暂存代码
This commit is contained in:
+9
-9
@@ -108,10 +108,10 @@
|
||||
<view class="content_">
|
||||
<view class="content_1">企业入驻</view>
|
||||
<view class="content_2">请联系负责人</view>
|
||||
<view class="content_3">15888880123</view>
|
||||
<view class="content_3">139 2278 6999</view>
|
||||
</view>
|
||||
<view class="but_">
|
||||
<view class="but_copy" @click="copyMobile('15888880123')">复制号码</view>
|
||||
<view class="but_copy" @click="copyMobile('13922786999')">复制号码</view>
|
||||
<view class="but_close" @click="brandShow=false;">取消</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -124,7 +124,7 @@
|
||||
</view>
|
||||
<view class="content_">
|
||||
<view class="content_1">联系客服</view>
|
||||
<view class="content_3">13888888888</view>
|
||||
<view class="content_3">138 8888 8888</view>
|
||||
</view>
|
||||
<view class="but_">
|
||||
<view class="but_copy" @click="copyMobile('13888888888')">复制号码</view>
|
||||
@@ -279,7 +279,8 @@
|
||||
{
|
||||
id:8,
|
||||
title:"商学院资讯",
|
||||
url:'/static/mine/tool_sxy.png'
|
||||
url:'/static/mine/tool_sxy.png',
|
||||
path:"/pages/news/news"
|
||||
},
|
||||
{
|
||||
id:11,
|
||||
@@ -369,10 +370,10 @@
|
||||
jumpEnter(type){
|
||||
// 商家入驻
|
||||
if(type === "merchant"){
|
||||
// uni.navigateTo({
|
||||
// url:'/pages/merchant_settlement/merchant_settlement',
|
||||
// })
|
||||
this.openShow = true;
|
||||
uni.navigateTo({
|
||||
url:'/pages/merchant_settlement/merchant_settlement',
|
||||
})
|
||||
// this.openShow = true;
|
||||
}else if(type === "brand"){
|
||||
// 企业/品牌入驻
|
||||
// uni.navigateTo({
|
||||
@@ -410,7 +411,6 @@
|
||||
}
|
||||
},
|
||||
beforeDestroy(){
|
||||
console.log('beforeDestry');
|
||||
this.statisticsObj={
|
||||
unPayNum:0,//待支付数量
|
||||
unSentNum:0,//待发货数量
|
||||
|
||||
Reference in New Issue
Block a user