|
|
@@ -5,7 +5,7 @@
|
|
|
<view class="form-label-select form-radius-box">
|
|
|
<view class="phone-form-label"><text class="form-label-require"></text>签名</view>
|
|
|
<view class="form-radio-select" @click="handleQianming">
|
|
|
- <view>{{!!data.hetong.qianming? '已签名': ''}}</view>
|
|
|
+ <view>{{!!data.hetong.qianmingBase64? '已签名': ''}}</view>
|
|
|
<icon></icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -49,7 +49,7 @@
|
|
|
const popupRef = ref(null)
|
|
|
|
|
|
const handleQM = throttleAdvanced((img) => {
|
|
|
- data.hetong.qianming = img.replace(/^data:image\/\w+;base64,/, '')
|
|
|
+ data.hetong.qianmingBase64 = img.replace(/^data:image\/\w+;base64,/, '')
|
|
|
goback2();
|
|
|
})
|
|
|
|