Commit 67b2894f authored by youjie's avatar youjie

no message

parent 442cdc95
...@@ -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