|
@@ -93,7 +93,7 @@
|
|
</tui-modal>
|
|
</tui-modal>
|
|
<tui-modal :show="isPhone" class="qrcode" custom @cancel="cancel">
|
|
<tui-modal :show="isPhone" class="qrcode" custom @cancel="cancel">
|
|
<view class="tui-modal-custom-qrcode">
|
|
<view class="tui-modal-custom-qrcode">
|
|
- <image style="width: 100%;height: 100%;" show-menu-by-longpress="true" src="https://static.caimei365.com/app/img/supplier-login/qr_code_kefu.png" mode=""></image>
|
|
|
|
|
|
+ <image style="width: 100%;height: 100%;" show-menu-by-longpress="true" src="https://static.caimei365.com/app/img/supplier-login/kefu_qr.jpg" mode=""></image>
|
|
</view>
|
|
</view>
|
|
</tui-modal>
|
|
</tui-modal>
|
|
<tui-modal :show="modal" custom @cancel="cancel">
|
|
<tui-modal :show="modal" custom @cancel="cancel">
|
|
@@ -297,12 +297,11 @@ export default {
|
|
},
|
|
},
|
|
async getSupplierLanding() {
|
|
async getSupplierLanding() {
|
|
try {
|
|
try {
|
|
- const {data} = await this.UserService.supplierLoading({})
|
|
|
|
|
|
+ const {data} = await this.UserService.supplierLoading({source: 2})
|
|
this.bannerList = data.banner
|
|
this.bannerList = data.banner
|
|
this.successList = data.landing.filter(e => e.type == '1')
|
|
this.successList = data.landing.filter(e => e.type == '1')
|
|
this.videoList = data.landing.filter(e => e.type == '2')
|
|
this.videoList = data.landing.filter(e => e.type == '2')
|
|
this.articelList = data.landing.filter(e => e.type == '3')
|
|
this.articelList = data.landing.filter(e => e.type == '3')
|
|
- console.log(this.successList, this.videoList, this.articelList)
|
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
console.log(error)
|
|
console.log(error)
|
|
}
|
|
}
|