12121212
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="bg-white page-content">
|
||||
<view class="bg-img padding-bottom-lg flex align-center"
|
||||
style="background-image: url(https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/wd-sz.png);height: 600upx;">
|
||||
style="background-image: url(https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/bg-wg@ZP.png);height: 600upx;">
|
||||
<view class="padding-xl margin-top bg-tm text-white top-part">
|
||||
<view class="padding-xs padding-top-lg text-sm padding-top">
|
||||
Hi,{{(user.name?user.name:wxInfo.nickName)|nameKong}}师傅,愿你开心每一天!
|
||||
@@ -126,7 +126,7 @@
|
||||
<view class="cu-item">
|
||||
<view class=" padding-tb-0">
|
||||
<view class="image-self-view">
|
||||
<img :src="starUrl+'wd-ic-1.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
<img :src="otherImgURL+'hb@ZP.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
</view>
|
||||
</view>
|
||||
<text>红包卡券</text>
|
||||
@@ -134,7 +134,7 @@
|
||||
<view class="cu-item">
|
||||
<view class=" padding-tb-0">
|
||||
<view class="image-self-view">
|
||||
<img :src="starUrl+'wd-ic-2.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
<img :src="otherImgURL+'hd@ZP.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
</view>
|
||||
</view>
|
||||
<text>活动通知</text>
|
||||
@@ -142,7 +142,7 @@
|
||||
<view class="cu-item">
|
||||
<view class=" padding-tb-0">
|
||||
<view class="image-self-view">
|
||||
<img :src="starUrl+'wd-ic-3.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
<img :src="otherImgURL+'tj@ZP.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
</view>
|
||||
</view>
|
||||
<text>推荐有礼</text>
|
||||
@@ -150,7 +150,7 @@
|
||||
<view class="cu-item" @tap="goToPage('/BagAuth/pages/agreeMent/OperationGuide')">
|
||||
<view class=" padding-tb-0">
|
||||
<view class="image-self-view">
|
||||
<img :src="starUrl+'wd-ic-4.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
<img :src="otherImgURL+'sm@ZP.png'" lazy-load class="png" mode="widthFix"></img>
|
||||
</view>
|
||||
</view>
|
||||
<text>操作说明</text>
|
||||
@@ -194,6 +194,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
otherImgURL: this.global.otherImgURL,
|
||||
imgURL: this.global.imgURL ,
|
||||
starUrl: this.global.starUrl,
|
||||
isCompany: uni.getStorageSync('accountStatus'),
|
||||
|
||||
Reference in New Issue
Block a user