xg
This commit is contained in:
parent
6810631985
commit
d56bf67883
@ -77,7 +77,7 @@
|
||||
</view> -->
|
||||
<view class="uppicture" @tap='show=true'>
|
||||
<image v-if="!userSignaturePictureUrl" style="width: 36rpx;height: 36rpx;margin:8% 0 0 35%"
|
||||
src="../../static/autograph.png" mode="">
|
||||
src="@/static/autograph.png">
|
||||
</image>
|
||||
<span v-if="!userSignaturePictureUrl">点此签名</span>
|
||||
<image v-else :src="userSignaturePictureUrl" mode=""></image>
|
||||
@ -488,4 +488,4 @@
|
||||
margin: 90rpx auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user