@ -4,7 +4,7 @@
<u-navbar title="供应商入驻" :border-bottom="false" :background="background"></u-navbar>
</view>
<view class="park-title">
诚招优质正品货源商家 入驻 <text style="color: #222;">{{storeInfo.store_name}}</text>
诚招优质正品货源商家<br>入驻{{storeInfo.store_name}}
<view class="park-tips">
<view class="park-dui">
@ -640,7 +640,7 @@
text-align: center;
font-style: normal;
text-transform: none;
margin: 20rpx 0 16rpx 0;
margin: 10rpx 0 16rpx 0;
overflow: hidden;
/* 确保内容超出容器时会被隐藏 */
display: -webkit-box;
@ -940,6 +940,7 @@
});
},
goDealer(type) {
console.log(type)
if (type == 30) {
this.goJump("/pages/news3/JoinDistribution?dataType=all");
} else if (type == 10 || type == 20) {
@ -948,7 +949,8 @@
// icon: 'none',
// duration: 2000
// })
this.goJump("/pages/member/index");
// this.goJump("/pages/member/index");
this.goJump("/pages/invite/upgrade");
}
openScrollTo() {