pifa
fanfan 5 months ago
parent c609b2bb3e
commit eb3fa93c3b
  1. 4
      pages/news1/MerchantSupplier.vue
  2. 4
      pages/user/index.vue

@ -4,7 +4,7 @@
<u-navbar title="供应商入驻" :border-bottom="false" :background="background"></u-navbar> <u-navbar title="供应商入驻" :border-bottom="false" :background="background"></u-navbar>
</view> </view>
<view class="park-title"> <view class="park-title">
诚招优质正品货源商家 入驻 <text style="color: #222;">{{storeInfo.store_name}}</text> 诚招优质正品货源商家<br>入驻{{storeInfo.store_name}}
</view> </view>
<view class="park-tips"> <view class="park-tips">
<view class="park-dui"> <view class="park-dui">
@ -640,7 +640,7 @@
text-align: center; text-align: center;
font-style: normal; font-style: normal;
text-transform: none; text-transform: none;
margin: 20rpx 0 16rpx 0; margin: 10rpx 0 16rpx 0;
overflow: hidden; overflow: hidden;
/* 确保内容超出容器时会被隐藏 */ /* 确保内容超出容器时会被隐藏 */
display: -webkit-box; display: -webkit-box;

@ -940,6 +940,7 @@
}); });
}, },
goDealer(type) { goDealer(type) {
console.log(type)
if (type == 30) { if (type == 30) {
this.goJump("/pages/news3/JoinDistribution?dataType=all"); this.goJump("/pages/news3/JoinDistribution?dataType=all");
} else if (type == 10 || type == 20) { } else if (type == 10 || type == 20) {
@ -948,7 +949,8 @@
// icon: 'none', // icon: 'none',
// duration: 2000 // duration: 2000
// }) // })
this.goJump("/pages/member/index"); // this.goJump("/pages/member/index");
this.goJump("/pages/invite/upgrade");
} }
}, },
openScrollTo() { openScrollTo() {

Loading…
Cancel
Save