|
@@ -19,7 +19,7 @@
|
|
|
<view v-if="recharge_switch" @click="openSubscribe('/pages/users/user_payment/index')"
|
|
<view v-if="recharge_switch" @click="openSubscribe('/pages/users/user_payment/index')"
|
|
|
class='recharge'>充值</view>
|
|
class='recharge'>充值</view>
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
- <view class='recharge-hz' @click="$refs.popup.open">互转</view>
|
|
|
|
|
|
|
+ <view class='recharge-hz' @click="openalert">互转</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class='cumulative acea-row row-top'>
|
|
<view class='cumulative acea-row row-top'>
|
|
@@ -146,7 +146,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="modifyBnt bg-color cartcolor acea-row row-center-wrapper" @click="targetMoney">转余额</view>
|
|
<view class="modifyBnt bg-color cartcolor acea-row row-center-wrapper" @click="targetMoney">转余额</view>
|
|
|
- <view class="logOut cartcolor acea-row row-center-wrapper" @click="$refs.popup.close">关闭</view>
|
|
|
|
|
|
|
+ <view class="logOut cartcolor acea-row row-center-wrapper" @click="closealert">关闭</view>
|
|
|
</view>
|
|
</view>
|
|
|
</uni-popup>
|
|
</uni-popup>
|
|
|
</view>
|
|
</view>
|
|
@@ -228,6 +228,14 @@
|
|
|
uni.removeStorageSync('form_type_cart');
|
|
uni.removeStorageSync('form_type_cart');
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ closealert(){
|
|
|
|
|
+ this.$refs.popup.close()
|
|
|
|
|
+ },
|
|
|
|
|
+ openalert(){
|
|
|
|
|
+ console.log('kaishi');
|
|
|
|
|
+
|
|
|
|
|
+ this.$refs.popup.open();
|
|
|
|
|
+ },
|
|
|
// 转余额
|
|
// 转余额
|
|
|
targetMoney(){
|
|
targetMoney(){
|
|
|
const that = this;
|
|
const that = this;
|