|
@@ -17,17 +17,17 @@
|
|
<u-icon @click="$u.route('/center/memberinfo',{type:'redirectTo'})" name="setting-fill" color="#333333" size="38rpx"></u-icon>
|
|
<u-icon @click="$u.route('/center/memberinfo',{type:'redirectTo'})" name="setting-fill" color="#333333" size="38rpx"></u-icon>
|
|
</view>
|
|
</view>
|
|
<view class="property page-wrap u-flex u-row-between">
|
|
<view class="property page-wrap u-flex u-row-between">
|
|
- <!-- <view class="property-item" @click="showPayCode = true">
|
|
+ <view class="property-item" @click="$u.route('/center/paycode')">
|
|
<view class="up">
|
|
<view class="up">
|
|
<u-icon :name="staticUrl+'/img/paycode.png'" color="#333333" size="42rpx"></u-icon>
|
|
<u-icon :name="staticUrl+'/img/paycode.png'" color="#333333" size="42rpx"></u-icon>
|
|
</view>
|
|
</view>
|
|
<view class="down">付款码</view>
|
|
<view class="down">付款码</view>
|
|
- </view> -->
|
|
+ </view>
|
|
- <view class="property-item" @click="$u.route('/center/mybalance')">
|
|
+ <view class="property-item" @click="$u.route('/center/mybalance')">
|
|
<view class="up">{{memberInfo.balance}}</view>
|
|
<view class="up">{{memberInfo.balance}}</view>
|
|
<view class="down">余额</view>
|
|
<view class="down">余额</view>
|
|
</view>
|
|
</view>
|
|
- <view class="property-item">
|
|
+ <view class="property-item" @click="$u.route('/credits/creditslist')">
|
|
<view class="up">{{memberInfo.credit}}</view>
|
|
<view class="up">{{memberInfo.credit}}</view>
|
|
<view class="down">积分</view>
|
|
<view class="down">积分</view>
|
|
</view>
|
|
</view>
|
|
@@ -62,13 +62,13 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <u-overlay :show="showPayCode" @click="showPayCode = false">
|
|
+ <!-- <u-overlay :show="showPayCode" @click="showPayCode = false">
|
|
<view class="pay-code-warp u-flex u-row-center">
|
|
<view class="pay-code-warp u-flex u-row-center">
|
|
<view class="rect" @tap.stop>
|
|
<view class="rect" @tap.stop>
|
|
<u--image :showLoading="true" :src="payCodeImg" width="180px" height="180px"></u--image>
|
|
<u--image :showLoading="true" :src="payCodeImg" width="180px" height="180px"></u--image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </u-overlay>
|
|
+ </u-overlay> -->
|
|
<tabbar :tabbarIndexProps="3" />
|
|
<tabbar :tabbarIndexProps="3" />
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|