| @@ -1,4 +1,4 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-banner": "../components/banner/index", | "c-banner": "../components/banner/index", | ||||
| @@ -11,6 +11,8 @@ | |||||
| "tabbar":"../components/tabbar/tabbar" | "tabbar":"../components/tabbar/tabbar" | ||||
| }, | }, | ||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "navigationBarBackgroundColor": "#F4F5F9" | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "navigationBarTitleText": "首页" | |||||
| } | } | ||||
| @@ -1,9 +1,9 @@ | |||||
| <!-- 初始模板 --> | <!-- 初始模板 --> | ||||
| <view tt:if="{{mouldType==0}}"> | <view tt:if="{{mouldType==0}}"> | ||||
| <navbar color="{{typeLsit.sy_top_f.styleClass}}" background="{{typeLsit.sy_top.styleClass}}" text="首页"></navbar> | |||||
| <!-- <navbar color="{{typeLsit.sy_top_f.styleClass}}" background="{{typeLsit.sy_top.styleClass}}" text="首页"></navbar> --> | |||||
| <!-- style="padding-top:{{navigationBarHeight}}" --> | <!-- style="padding-top:{{navigationBarHeight}}" --> | ||||
| <view class="container"> | <view class="container"> | ||||
| <view style="height:{{navigationBarHeight1}} "></view> | |||||
| <!-- <view style="height:{{navigationBarHeight1}} "></view> --> | |||||
| <!-- 会员信息 --> | <!-- 会员信息 --> | ||||
| <view class="color_box" style="{{typeLsit.sy_bbg.styleClass}}"> | <view class="color_box" style="{{typeLsit.sy_bbg.styleClass}}"> | ||||
| <!-- 所属集团 --> | <!-- 所属集团 --> | ||||
| @@ -127,7 +127,7 @@ | |||||
| <view class="color_box1"> | <view class="color_box1"> | ||||
| <view> | <view> | ||||
| <!-- navigationBarHeight --> | <!-- navigationBarHeight --> | ||||
| <view style="height:{{navigationBarHeight}};overflow: hidden;" class="goSqunar1" bindtap="goSquareList"> | |||||
| <!-- <view style="height:{{navigationBarHeight}};overflow: hidden;" class="goSqunar1" bindtap="goSquareList"> | |||||
| <image class="squareLogo" src="../assets/imgData/squareLogo.png" style="top: {{navImgHeight}};" ></image> | <image class="squareLogo" src="../assets/imgData/squareLogo.png" style="top: {{navImgHeight}};" ></image> | ||||
| <view class="title1" style="line-height:{{navLineHeight}}">{{marketName}}</view> | <view class="title1" style="line-height:{{navLineHeight}}">{{marketName}}</view> | ||||
| @@ -136,34 +136,8 @@ | |||||
| </image> | </image> | ||||
| </view> | </view> | ||||
| </view> | |||||
| <!-- <view class='userinfo1' tt:if="{{ifStoreApp!=1}}"> | |||||
| <view class='infoLeft' style="{{typeLsit.sy_xxb.styleClass}}"> | |||||
| <view class="user-avatar1"> | |||||
| <image tt:if="{{userAvatarUrl!=''}}" class="userAvatarUrl" src="{{userAvatarUrl}}"></image> | |||||
| </view> | |||||
| <view class="user-data1 fl" style="{{typeLsit.sy_xxb.styleClass}}"> | |||||
| <view class='nameBox' bindtap="goIntegralmall"> | |||||
| <p style="font-size: 28rpx;color:#292723;float: left;">{{userName}}</p> | |||||
| <view class="vgrade">{{levelName}}</view> | |||||
| <view class="integralNum">积分:{{credit}}</view> | |||||
| </view> | |||||
| <view class="view" bindtap='gotoChengzhangzhi'> | |||||
| <progress percent="{{upgradePercent}}" stroke-width="6" activeColor="{{activeColor}}" /> | |||||
| <view class='remainchengzhangzhi'>还需 | |||||
| <span style="color:#4D4941">{{upgradeScore}}成长值</span> | |||||
| 可升级 | |||||
| </view> | |||||
| </view> | |||||
| </view> | |||||
| </view> | |||||
| <view class='qrcode1 fr' bindtap='qrcode'> | |||||
| <image src="https://formall.oss-accelerate.aliyuncs.com/cimg/lqcbarcode.png" class='qrcodeimg' | |||||
| mode='widthFix'></image> | |||||
| </view> | |||||
| </view> --> | </view> --> | ||||
| </view> | </view> | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "门店", | "navigationBarTitleText": "门店", | ||||
| "navigationBarBackgroundColor": "#F4F5F9", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../components/navbar/navbar", | "navbar": "../components/navbar/navbar", | ||||
| @@ -1,8 +1,8 @@ | |||||
| <!-- <navbar text="门店"></navbar> --> | <!-- <navbar text="门店"></navbar> --> | ||||
| <view style="height:{{navigationBarHeight}};overflow: hidden;" class="goSqunar1" bindtap="goSquareList"> | |||||
| <!-- <view style="height:{{navigationBarHeight}};overflow: hidden;" class="goSqunar1" bindtap="goSquareList"> | |||||
| <image class="squareLogo" src="../assets/imgData/squareLogo.png" style="top: {{navImgHeight}};" ></image> | <image class="squareLogo" src="../assets/imgData/squareLogo.png" style="top: {{navImgHeight}};" ></image> | ||||
| <view class="title1" style="line-height:{{navLineHeight}}">门店</view> | <view class="title1" style="line-height:{{navLineHeight}}">门店</view> | ||||
| </view> | |||||
| </view> --> | |||||
| <!-- 左侧滚动栏 --> | <!-- 左侧滚动栏 --> | ||||
| <!-- <view style="height:{{navigationBarHeight}} "></view> --> | <!-- <view style="height:{{navigationBarHeight}} "></view> --> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "我的", | "navigationBarTitleText": "我的", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../components/navbar/navbar", | "navbar": "../components/navbar/navbar", | ||||
| "phoem":"../components/getPhoen/getPhoen", | "phoem":"../components/getPhoen/getPhoen", | ||||
| @@ -1,8 +1,8 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <image class="bgImgTop" src="https://formall.oss-accelerate.aliyuncs.com/douyin_ifomall/imgData/userBg.png"></image> | <image class="bgImgTop" src="https://formall.oss-accelerate.aliyuncs.com/douyin_ifomall/imgData/userBg.png"></image> | ||||
| <navbar tt:if="{{mouldType==1}}" text="会员中心" background='#e6e6e6'></navbar> | |||||
| <navbar tt:if="{{mouldType!=1}}" text="我的" background='#FD832D' color="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar tt:if="{{mouldType==1}}" text="会员中心" background='#e6e6e6'></navbar> | |||||
| <navbar tt:if="{{mouldType!=1}}" text="我的" background='#FD832D' color="#fff"></navbar> --> | |||||
| <!-- <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="{{mouldType==1?'userBg1':'userBg'}}"> | <view class="{{mouldType==1?'userBg1':'userBg'}}"> | ||||
| <view class="userLogo" style="{{mouldType==1?'':'background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);'}}"> | <view class="userLogo" style="{{mouldType==1?'':'background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);'}}"> | ||||
| <image style="width: 100%;height:100%;border-radius: 50%;" src="{{avatarUrl}}" /> | <image style="width: 100%;height:100%;border-radius: 50%;" src="{{avatarUrl}}" /> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "活动详情", | "navigationBarTitleText": "活动详情", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | ||||
| <navbar back home text="详情" background="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="详情" background="#fff"></navbar> --> | |||||
| <!-- <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <!-- banner活动详情页面 --> | <!-- banner活动详情页面 --> | ||||
| <view class='coupons' > | <view class='coupons' > | ||||
| <view class="coupons-body"> | <view class="coupons-body"> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "服务资质", | "navigationBarTitleText": "服务资质", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back home text="服务资质" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="服务资质" background='#fff' color="#000"></navbar> --> | |||||
| <!-- <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <image src="{{businessLicense}}" class="img1"> | <image src="{{businessLicense}}" class="img1"> | ||||
| </image> | </image> | ||||
| <image src="{{icp}}" class="img1"> | <image src="{{icp}}" class="img1"> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "投诉建议", | "navigationBarTitleText": "投诉建议", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back="{{true}}" home="{{true}}" text="投诉建议" background='#FD832D' color="white"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back="{{true}}" home="{{true}}" text="投诉建议" background='#FD832D' color="white"></navbar> --> | |||||
| <!-- <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="Box"> | <view class="Box"> | ||||
| <view class="titleBox"> | <view class="titleBox"> | ||||
| <view class="title">{{"标题:"}}</view> | <view class="title">{{"标题:"}}</view> | ||||
| @@ -755,6 +755,15 @@ Page({ | |||||
| that.setData({ | that.setData({ | ||||
| barTitle: res.data.title | barTitle: res.data.title | ||||
| }) | }) | ||||
| tt.setNavigationBarTitle({ | |||||
| title: res.data.title, | |||||
| success() { | |||||
| console.log("setNavigationBarTitle 调用成功"); | |||||
| }, | |||||
| fail(res) { | |||||
| console.log(`setNavigationBarTitle 调用失败:`, res.errMsg); | |||||
| }, | |||||
| }); | |||||
| var EndTime = res.data.validStartDate; | var EndTime = res.data.validStartDate; | ||||
| var NowTime = new Date().getTime(); | var NowTime = new Date().getTime(); | ||||
| @@ -7,5 +7,7 @@ | |||||
| }, | }, | ||||
| "navigationBarTitleText": "", | "navigationBarTitleText": "", | ||||
| "backgroundColor":"#f4f4f4", | "backgroundColor":"#f4f4f4", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "enablePullDownRefresh": true | "enablePullDownRefresh": true | ||||
| } | } | ||||
| @@ -1,5 +1,6 @@ | |||||
| <navbar back home text="{{barTitle}}" background='#fff'></navbar> | |||||
| <view tt:if="{{showPage}}" style="margin-top:{{navigationBarHeight}} "> | |||||
| <!-- <navbar back home text="{{barTitle}}" background='#fff'></navbar> --> | |||||
| <!-- style="margin-top:{{navigationBarHeight}} " --> | |||||
| <view tt:if="{{showPage}}"> | |||||
| <!-- <view ></view> --> | <!-- <view ></view> --> | ||||
| <!-- 券的详情页面 --> | <!-- 券的详情页面 --> | ||||
| <view class='coupons'> | <view class='coupons'> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "使用优惠券", | "navigationBarTitleText": "使用优惠券", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar", | "navbar": "../../../components/navbar/navbar", | ||||
| "store":"../../../components/store/index" | "store":"../../../components/store/index" | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back home text="使用优惠券" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="使用优惠券" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="container"> | <view class="container"> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "我的券包", | "navigationBarTitleText": "我的券包", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | "navbar": "../../../components/navbar/navbar" | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back home text="我的券包" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="我的券包" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="boatBoxf" style="top:{{navigationBarHeight}}"> | <view class="boatBoxf" style="top:{{navigationBarHeight}}"> | ||||
| <view class="boatBox"> | <view class="boatBox"> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "订单详情", | "navigationBarTitleText": "订单详情", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar", | "navbar": "../../components/navbar/navbar", | ||||
| "store":"../../components/store/index" | "store":"../../components/store/index" | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back home text="订单详情" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="订单详情" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="ifPay" tt:if="{{detailObj.orderStatus==1}}"> | <view class="ifPay" tt:if="{{detailObj.orderStatus==1}}"> | ||||
| <image class='yueImg' src='../../assets/itemImg/succ.png' mode='widthFix'></image> | <image class='yueImg' src='../../assets/itemImg/succ.png' mode='widthFix'></image> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "编辑信息", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back home text="编辑信息"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="编辑信息"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <form bindsubmit="formSubmit" tt:if="{{showPage}}"> | <form bindsubmit="formSubmit" tt:if="{{showPage}}"> | ||||
| <view class='section'> | <view class='section'> | ||||
| <text>姓名</text> | <text>姓名</text> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "编辑信息", | "navigationBarTitleText": "编辑信息", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back home text="编辑信息" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}}"></view> | |||||
| <!-- <navbar back home text="编辑信息" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}}"></view> --> | |||||
| <view class="section"> | <view class="section"> | ||||
| <view class="uesrName">姓名</view> | <view class="uesrName">姓名</view> | ||||
| <input | <input | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "适用店铺", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back text="适用店铺"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back text="适用店铺"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view style="height:20rpx"></view> | <view style="height:20rpx"></view> | ||||
| <view class='posi' tt:for="{{list}}" tt:key="index"> | <view class='posi' tt:for="{{list}}" tt:key="index"> | ||||
| <view class='posi_logo'> | <view class='posi_logo'> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "授权手机号", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,4 +1,4 @@ | |||||
| <navbar home text="抖音授权"></navbar> | |||||
| <!-- <navbar home text="授权手机号"></navbar> --> | |||||
| <view class="login-body" > | <view class="login-body" > | ||||
| <view class="login-logo"> | <view class="login-logo"> | ||||
| <image src="{{mallImgUrl}}" mode='widthFix'></image> | <image src="{{mallImgUrl}}" mode='widthFix'></image> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "抖音授权", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,4 +1,4 @@ | |||||
| <navbar home text="抖音授权"></navbar> | |||||
| <!-- <navbar home text="抖音授权"></navbar> --> | |||||
| <view class="login-body" > | <view class="login-body" > | ||||
| <view class="login-logo"> | <view class="login-logo"> | ||||
| <image src="{{mallImgUrl}}" mode='widthFix'></image> | <image src="{{mallImgUrl}}" mode='widthFix'></image> | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "usingComponents": {}, | "usingComponents": {}, | ||||
| "navigationBarTitleText": "首页", | |||||
| "navigationBarTitleText": "", | |||||
| "navigationBarBackgroundColor": "#fff" | "navigationBarBackgroundColor": "#fff" | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "商户详情", | |||||
| "navigationBarBackgroundColor": "#F4F5F9", | |||||
| "navigationBarTitleText": "门店详情", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-banner": "../../../../components/banner/index", | "c-banner": "../../../../components/banner/index", | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back home text="门店详情"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="门店详情"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view> | <view> | ||||
| <swiper class="index-slide" circular="false"> | <swiper class="index-slide" circular="false"> | ||||
| <block tt:for="{{imglist}}" tt:key="unique"> | <block tt:for="{{imglist}}" tt:key="unique"> | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "积分商城", | "navigationBarTitleText": "积分商城", | ||||
| "navigationBarBackgroundColor": "#FD832D", | "navigationBarBackgroundColor": "#FD832D", | ||||
| "navigationBarTextStyle": "white", | |||||
| "navigationBarTextStyle": "#fff", | |||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| @@ -1,6 +1,6 @@ | |||||
| <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | ||||
| <navbar back home text="积分商城" background='#FD832D' color="#FFF"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="积分商城" background='#FD832D' color="#FFF"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class='content-box' > | <view class='content-box' > | ||||
| <view class='topbg'> | <view class='topbg'> | ||||
| <view class='topbg-top'> | <view class='topbg-top'> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "积分变更记录", | |||||
| "navigationBarTitleText": "积分详情", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | "navbar": "../../../components/navbar/navbar" | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back home text="积分详情"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="积分详情"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class='head' > | <view class='head' > | ||||
| <text>当前</text> | <text>当前</text> | ||||
| <text>{{creditAmount+'分'}}</text> | <text>{{creditAmount+'分'}}</text> | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "积分兑换结果", | |||||
| "navigationBarTextStyle": "white", | |||||
| "navigationBarBackgroundColor": "#F13C42", | |||||
| "navigationBarTitleText": "兑换成功", | |||||
| "navigationBarTextStyle": "black", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | "navbar": "../../../components/navbar/navbar" | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar home back text="兑换成功" background='#FFF' ></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar home back text="兑换成功" background='#FFF' ></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class='pay-status'> | <view class='pay-status'> | ||||
| <view class='tilte'>兑换成功</view> | <view class='tilte'>兑换成功</view> | ||||
| <view class='coupon'> | <view class='coupon'> | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "积分换礼", | "navigationBarTitleText": "积分换礼", | ||||
| "navigationBarBackgroundColor": "#F13C42", | |||||
| "navigationBarTextStyle": "white", | |||||
| "navigationBarBackgroundColor": "#FFF", | |||||
| "navigationBarTextStyle": "black", | |||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | "navbar": "../../../components/navbar/navbar" | ||||
| @@ -1,6 +1,6 @@ | |||||
| <!--pages/spellDetail/index.wxml--> | <!--pages/spellDetail/index.wxml--> | ||||
| <navbar home back text="积分换礼" background='#FFF' ></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar home back text="积分换礼" background='#FFF' ></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class='container' > | <view class='container' > | ||||
| <!-- 拼团产品详情 --> | <!-- 拼团产品详情 --> | ||||
| <view class='detail'> | <view class='detail'> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "直播商品", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| <navbar home text="直播商品"></navbar> | |||||
| <!-- <navbar home text="直播商品"></navbar> --> | |||||
| <!-- <view style="height:{{navigationBarHeight}};line-height: {{navLineHeight}}; " class="title">直播商品</view> --> | <!-- <view style="height:{{navigationBarHeight}};line-height: {{navLineHeight}}; " class="title">直播商品</view> --> | ||||
| <view style="height:{{navigationBarHeight}};"></view> | |||||
| <!-- <view style="height:{{navigationBarHeight}};"></view> --> | |||||
| <view class="LsitBox" > | <view class="LsitBox" > | ||||
| <view tt:for="{{businessData}}" bindtap="goDetail" data-couponid="{{item.couponId}}" data-id="{{item.id}}" class="wBox"> | <view tt:for="{{businessData}}" bindtap="goDetail" data-couponid="{{item.couponId}}" data-id="{{item.id}}" class="wBox"> | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "usingComponents": {}, | "usingComponents": {}, | ||||
| "navigationBarTitleText": "首页", | |||||
| "navigationBarTitleText": "", | |||||
| "navigationBarBackgroundColor": "#fff" | "navigationBarBackgroundColor": "#fff" | ||||
| } | } | ||||
| @@ -1,4 +1,6 @@ | |||||
| { | { | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "navigationBarTitleText": "我的订单", | "navigationBarTitleText": "我的订单", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back home text="我的订单" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="我的订单" background='#fff' color="#000"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="boatBoxf" style="top:{{navigationBarHeight}}" > | <view class="boatBoxf" style="top:{{navigationBarHeight}}" > | ||||
| <view class="boatBox" > | <view class="boatBox" > | ||||
| <view class="boatItemBox" tt:for="{{boatLsit}}" tt:key="index" bindtap="setBoatFlag" data-index="{{item.value}}"> | <view class="boatItemBox" tt:for="{{boatLsit}}" tt:key="index" bindtap="setBoatFlag" data-index="{{item.value}}"> | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "关于我们", | "navigationBarTitleText": "关于我们", | ||||
| "navigationBarBackgroundColor": "#FD832D", | |||||
| "navigationBarTextStyle": "white", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back home text="关于我们" ></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="关于我们" ></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class='codeBox'> | <view class='codeBox'> | ||||
| <view class='code' > | <view class='code' > | ||||
| <image class='icons' src="{{img}}" mode='widthFix'></image> | <image class='icons' src="{{img}}" mode='widthFix'></image> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "订单详情", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar", | "navbar": "../../../components/navbar/navbar", | ||||
| "store": "../../../components/store/index" | "store": "../../../components/store/index" | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar home back text="订单详情"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar home back text="订单详情"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class='order' tt:if="{{showPage}}"> | <view class='order' tt:if="{{showPage}}"> | ||||
| <view tt:if="{{order.orderStatus==1}}" class='tips'> | <view tt:if="{{order.orderStatus==1}}" class='tips'> | ||||
| <image class='success' src='{{succUrl}}' mode='widthFix'></image> | <image class='success' src='{{succUrl}}' mode='widthFix'></image> | ||||
| @@ -7,5 +7,6 @@ | |||||
| "tabbar":"../../../components/tabbar/tabbar" | "tabbar":"../../../components/tabbar/tabbar" | ||||
| }, | }, | ||||
| "navigationBarTitleText": "我的订单", | "navigationBarTitleText": "我的订单", | ||||
| "navigationBarBackgroundColor": "#F4F5F9" | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black" | |||||
| } | } | ||||
| @@ -1,9 +1,9 @@ | |||||
| <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | ||||
| <navbar home="{{!ifshowtab}}" back="{{!back}}" text="我的订单" background="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar home="{{!ifshowtab}}" back="{{!back}}" text="我的订单" background="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="market"> | <view class="market"> | ||||
| <view class="boatBoxf" style="top:{{navigationBarHeight}}"> | |||||
| <view class="boatBoxf" > | |||||
| <view class="boatBox"> | <view class="boatBox"> | ||||
| <view class="boatItemBox" tt:for="{{tabs}}" tt:key="index" bindtap="setBoatFlag" data-index="{{item.key}}"> | <view class="boatItemBox" tt:for="{{tabs}}" tt:key="index" bindtap="setBoatFlag" data-index="{{item.key}}"> | ||||
| <view class="{{boatFlag==item.key?'boatTitleA':'boatTitle'}}">{{item.name}}</view> | <view class="{{boatFlag==item.key?'boatTitleA':'boatTitle'}}">{{item.name}}</view> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "兑换码", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar home back text="兑换码" background="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar home back text="兑换码" background="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class='couponBox' > | <view class='couponBox' > | ||||
| <view class="couponbg"> | <view class="couponbg"> | ||||
| <view class="title">{{title}}</view> | <view class="title">{{title}}</view> | ||||
| @@ -5,7 +5,8 @@ | |||||
| "c-coupons": "../../components/coupons/index", | "c-coupons": "../../components/coupons/index", | ||||
| "phoen":"../../components/getPhoen/getPhoen" | "phoen":"../../components/getPhoen/getPhoen" | ||||
| }, | }, | ||||
| "navigationBarTitleText": "", | |||||
| "backgroundColor":"#f4f4f4", | |||||
| "navigationBarTitleText": "详情", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "enablePullDownRefresh": true | "enablePullDownRefresh": true | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| <navbar back home text="详情" background='#fff'></navbar> | |||||
| <!-- <navbar back home text="详情" background='#fff'></navbar> --> | |||||
| <view tt:if="{{showPage}}"> | <view tt:if="{{showPage}}"> | ||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <!-- 券的详情页面 --> | <!-- 券的详情页面 --> | ||||
| <view class='coupons'> | <view class='coupons'> | ||||
| <view class="coupons-body"> | <view class="coupons-body"> | ||||
| @@ -1,8 +1,9 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "问卷详情", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| }, | |||||
| "navigationBarBackgroundColor": "#FD832D", | |||||
| "navigationBarTextStyle": "white" | |||||
| } | |||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back="{{true}}" home="{{true}}" text="问卷详情" background='#FD832D' color="white"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back="{{true}}" home="{{true}}" text="问卷详情" background='#FD832D' color="white"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="Box"> | <view class="Box"> | ||||
| <!-- <view class="hidBox"> | <!-- <view class="hidBox"> | ||||
| <view class="contcBox"></view> | <view class="contcBox"></view> | ||||
| @@ -1,7 +1,8 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "问卷调查", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | "navbar": "../../../components/navbar/navbar" | ||||
| }, | |||||
| "navigationBarBackgroundColor": "#FD832D", | |||||
| "navigationBarTextStyle": "white" | |||||
| } | |||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back="{{true}}" home="{{true}}" text="问卷调查"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back="{{true}}" home="{{true}}" text="问卷调查"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <!-- <view class="noData" tt:if="{{list.length==0}}"> 敬请期待!</view> --> | <!-- <view class="noData" tt:if="{{list.length==0}}"> 敬请期待!</view> --> | ||||
| <view class="dingdan" tt:if="{{list.length==0}}"> | <view class="dingdan" tt:if="{{list.length==0}}"> | ||||
| <image src="../../../assets/itemImg/noOrders.png" mode="widthFix"></image> | <image src="../../../assets/itemImg/noOrders.png" mode="widthFix"></image> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back home text="" color="white"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="" color="white"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="statsBox"> | <view class="statsBox"> | ||||
| <view class="topBox"> | <view class="topBox"> | ||||
| <image src="../../assets/imgData/tiem.png" class="topImg"></image> | <image src="../../assets/imgData/tiem.png" class="topImg"></image> | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "门店搜索", | "navigationBarTitleText": "门店搜索", | ||||
| "navigationBarBackgroundColor": "#F4F5F9", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar home back text="门店搜索"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar home back text="门店搜索"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="weui-search-bar {{extClass}}" > | <view class="weui-search-bar {{extClass}}" > | ||||
| <view class="weui-search-bar__form"> | <view class="weui-search-bar__form"> | ||||
| <view class="weui-search-bar__box" style="position:relative;"> | <view class="weui-search-bar__box" style="position:relative;"> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "在线客服", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,3 +1,3 @@ | |||||
| <navbar home back text="在线客服"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar home back text="在线客服"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <web-view class="Box" src="{{url}}" tt:if="{{url!=''}}"></web-view> | <web-view class="Box" src="{{url}}" tt:if="{{url!=''}}"></web-view> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "商家资质", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,4 +1,4 @@ | |||||
| <navbar back home text="商家资质"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="商家资质"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <image class="img1" src="{{item.url}}" bindtap="previewImage" data-index="{{index}}" tt:if="{{imageList.length>0}}" tt:for="{{imageList}}" tt:key="index"></image> | <image class="img1" src="{{item.url}}" bindtap="previewImage" data-index="{{index}}" tt:if="{{imageList.length>0}}" tt:for="{{imageList}}" tt:key="index"></image> | ||||
| <view class="noData" tt:if="{{imageList.length<=0}}">该商户暂未上传!</view> | <view class="noData" tt:if="{{imageList.length<=0}}">该商户暂未上传!</view> | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "门店地图", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| <navbar back text="门店地图"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back text="门店地图"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <map | <map | ||||
| id="myMap" | id="myMap" | ||||
| latitude="{{latitude}}" | latitude="{{latitude}}" | ||||
| @@ -1,4 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "会员信息", | |||||
| "navigationBarBackgroundColor": "#FD832D", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| <view class="BoxBg"> | <view class="BoxBg"> | ||||
| <navbar back home text="会员信息" background='#FD832D' color="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | |||||
| <!-- <navbar back home text="会员信息" background='#FD832D' color="#fff"></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> --> | |||||
| <view class="rqBox"> | <view class="rqBox"> | ||||
| <view class="arImgBox"> | <view class="arImgBox"> | ||||
| <canvas canvas-id="mycanvas2" style="width: 100%; height: 100%;" /> | <canvas canvas-id="mycanvas2" style="width: 100%; height: 100%;" /> | ||||
| @@ -1,5 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "活动详情", | "navigationBarTitleText": "活动详情", | ||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| @@ -1,8 +1,8 @@ | |||||
| <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | ||||
| <navbar back home text="专题活动"></navbar> | |||||
| <!-- <navbar back home text="专题活动"></navbar> --> | |||||
| <!-- <view style="height:{{navigationBarHeight}} "></view> --> | <!-- <view style="height:{{navigationBarHeight}} "></view> --> | ||||
| <!-- banner活动详情页面 --> | <!-- banner活动详情页面 --> | ||||
| <view class='coupons' style='background:{{data.bgColor}};height:{{winHeight}};padding-top:{{navigationBarHeight}}'> | |||||
| <view class='coupons' style='background:{{data.bgColor}};height:{{winHeight}};'> | |||||
| <view class="coupons-body"> | <view class="coupons-body"> | ||||
| <view class='banner'> | <view class='banner'> | ||||
| <image src='{{data.advert}}' style="" mode='widthFix'></image> | <image src='{{data.advert}}' style="" mode='widthFix'></image> | ||||