调整签约,调整统一接口模式增加App版本号
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="block open-interest">
|
||||
<view class="title">仅需三步即可成为业务员</view>
|
||||
<view class="title">仅需3步即可成为业务员</view>
|
||||
<view class="open-interest-block">
|
||||
<image class="open-interest-icon" :src="isCertification ? require('@/static/icons/work_icon_25.png'): require('@/static/icons/work_icon_24.png')"></image>
|
||||
<view class="open-interest-text">
|
||||
@@ -251,7 +251,7 @@
|
||||
}
|
||||
if(this.sign.address == ''){
|
||||
uni.showToast({
|
||||
title: '暂时无法签约,请前往个人中心我的信息完善通讯地址信息后重试',
|
||||
title: '暂时无法签约,请前往“我的”,点击用户头像,完善通讯地址信息后重试',
|
||||
icon : 'none'
|
||||
})
|
||||
return
|
||||
@@ -319,8 +319,6 @@
|
||||
},
|
||||
// 创建订单
|
||||
onCreateOrder(){
|
||||
console.log('需要检查一下是否已经做了业务员签约')
|
||||
|
||||
uni.showActionSheet({
|
||||
itemList: ['个人订单', '客户订单'],
|
||||
success : res => {
|
||||
|
||||
Reference in New Issue
Block a user