|
@@ -35,7 +35,7 @@
|
|
|
<text v-if="hasLogin&&userInfo&&userInfo.sysUserFlag == '0'" class="user-rz">
|
|
|
{{storeApply&&storeApply.auditStatus=='WAIT'?'认证门店审核中':'认证成为门店'}}
|
|
|
</text>
|
|
|
- <u-icon name="arrow-right"></u-icon>
|
|
|
+ <uni-icons type="arrowright" size="20" color="#999"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -45,7 +45,7 @@
|
|
|
<view><u-icon size="34" color="#f10000" name="red-packet-fill"></u-icon> <text style="color: #ff0000;margin-left: 10rpx;">红包奖励</text></view>
|
|
|
<view>
|
|
|
<u-badge :absolute="false" :count="redPackCount"></u-badge>
|
|
|
- <u-icon size="28" color="#969799" name="arrow-right"></u-icon>
|
|
|
+ <uni-icons type="arrowright" size="20" color="#999"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -54,7 +54,7 @@
|
|
|
<view><u-icon size="34" color="#ff7d0b" name="gift-fill"></u-icon> <text style="color: #ff7d0b;margin-left: 10rpx;">我的优惠券</text></view>
|
|
|
<view>
|
|
|
<u-badge :absolute="false" :count="couponCount"></u-badge>
|
|
|
- <u-icon size="28" color="#969799" name="arrow-right"></u-icon>
|
|
|
+ <uni-icons type="arrowright" size="20" color="#999"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|