|
|
@@ -2,9 +2,14 @@
|
|
|
<div class="app-content">
|
|
|
<form @submit="formSubmit">
|
|
|
<view class="module-com">
|
|
|
- <view style="font-weight:bold;color:red;padding:20upx 0 20upx 35upx;font-size:30upx;text-align:center;">零售花店请勿注册,否则直接驳回</view>
|
|
|
+ <view style="font-weight:bold;color:red;padding:20upx 0 20upx 35upx;font-size:30upx;text-align:center;">批发店添加管理员微信
|
|
|
+ <text style="color:#3385FF;text-decoration: underline;" @click="suggest">15280215347</text> 获取邀请码,没有邀请码不能注册。零售花店请勿注册,请勿联系。</view>
|
|
|
</view>
|
|
|
<view class="module-com">
|
|
|
+ <tui-list-cell class="line-cell" :hover="false" >
|
|
|
+ <div class="tui-title">邀请码</div>
|
|
|
+ <input v-model="form.inviteCode" type="number" placeholder-class="phcolor" placeholder-style="color:#CCCCCC" class="tui-input" name="inviteCode" placeholder="请填写邀请码" />
|
|
|
+ </tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" >
|
|
|
<div class="tui-title">批发店名</div>
|
|
|
<input v-model="form.name" type="text" placeholder-class="phcolor" placeholder-style="color:#CCCCCC" class="tui-input" name="name" placeholder="请输入名称" />
|
|
|
@@ -122,7 +127,8 @@ export default {
|
|
|
latitude: 11,
|
|
|
showAddress:"",
|
|
|
authCode:"",
|
|
|
- cover:''
|
|
|
+ cover:'',
|
|
|
+ inviteCode:''
|
|
|
},
|
|
|
showRegion: false,
|
|
|
cityPickerValueDefault: [0, 0],
|
|
|
@@ -150,6 +156,17 @@ export default {
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
+ suggest(){
|
|
|
+ let that = this
|
|
|
+ that.$util.confirmModal({content:'请复制微信号:1528025347',okText:'复制'},() => {
|
|
|
+ uni.setClipboardData({
|
|
|
+ data: '15280215347',
|
|
|
+ success: function() {
|
|
|
+ that.$msg("复制成功")
|
|
|
+ }
|
|
|
+ })
|
|
|
+ })
|
|
|
+ },
|
|
|
goToService(){
|
|
|
plus.runtime.openURL('http://www.wixhb.com/main/xhb-register')
|
|
|
},
|