Commit 4cc35bc3 authored by 罗超's avatar 罗超

Merge branch 'B2C' of http://gitlab.oytour.com/zk123/jz_travel into B2C

parents 9e3ae0b2 efae6539
...@@ -70,9 +70,7 @@ ...@@ -70,9 +70,7 @@
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid": "wxcf0727a7c78b501e", "appid": "wxcf0727a7c78b501e",
"navigateToMiniProgramAppIdList": [ "navigateToMiniProgramAppIdList" : [ "wxacd9f8cc3480d29e" ],
"wxacd9f8cc3480d29e"
],
"setting" : { "setting" : {
"urlCheck" : true, "urlCheck" : true,
"minified" : false "minified" : false
......
...@@ -39,6 +39,12 @@ ...@@ -39,6 +39,12 @@
</text> </text>
<!-- v-if="CustomerIntegral&&CustomerIntegral.saleList&&CustomerIntegral.saleList.length>0" --> <!-- v-if="CustomerIntegral&&CustomerIntegral.saleList&&CustomerIntegral.saleList.length>0" -->
<view class="row"> <view class="row">
<!-- #ifdef MP-DI -->
<text class="userHeadPicR_text" @click="goTisp">
积分规则
</text>
<!-- #endif -->
<!-- #ifdef MP-AG -->
<div class="userHeadPicR_text flex-1 row col" @click="goExchange"> <div class="userHeadPicR_text flex-1 row col" @click="goExchange">
<text>积分商场</text> <text>积分商场</text>
<u-icon name="arrow" :size="26" color="#61462E" style=""></u-icon> <u-icon name="arrow" :size="26" color="#61462E" style=""></u-icon>
...@@ -52,6 +58,8 @@ ...@@ -52,6 +58,8 @@
<!-- 销售:{{ CustomerIntegral.saleList[0].saleName }}<template v-if="CustomerIntegral.saleList.length>0">{{CustomerIntegral.saleList.length}}</template> --> <!-- 销售:{{ CustomerIntegral.saleList[0].saleName }}<template v-if="CustomerIntegral.saleList.length>0">{{CustomerIntegral.saleList.length}}</template> -->
<!-- #endif --> <!-- #endif -->
</text> </text>
<!-- #endif -->
</view> </view>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment