@@ -8,5 +8,5 @@ export default {
// #ifdef H5
apiBase: process.env.VUE_APP_BASE_API,
// #endif
- filePublic: "https://mp-public-test-1307117429.cos.ap-shanghai.myqcloud.com/"
+ filePublic: "https://mp-public-test-1309783959.cos.ap-shanghai.myqcloud.com/"
}
@@ -42,7 +42,7 @@
<view class="flex right">
<view class="amt">{{ item.logMoney > 0 ? '+' : '' }}{{ item.logMoney }}</view>
<view class="balance">余额:{{ item.money }}</view>
- <view class="beanNum" v-if="item.logText.split(',')[1]">-</view>
+ <view class="beanNum" v-if="item.logText.split('|')[1]">-</view>
</view>
@@ -129,6 +129,8 @@
},
confirm() {
+ //刷新盲豆数量
+ this.getBean()
//刷新盲豆记录
this.pageList()
@@ -491,7 +491,7 @@
position: relative;
width: 100%;
height: 100vh;
- background: url(https://mp-public-test-1307117429.cos.ap-shanghai.myqcloud.com/EQCE9TSY4VTY2C4RCTPW.jpg) center center no-repeat;
+ background: url(https://mp-public-test-1309783959.cos.ap-shanghai.myqcloud.com/EQCE9TSY4VTY2C4RCTPW.jpg) center center no-repeat;
background-size: 100vw 100vh;
overflow: hidden;
@@ -20,7 +20,7 @@
<!-- #endif -->
<view class="purchase">
- <image class="imgOne" src="https://mp-public-test-1307117429.cos.ap-shanghai.myqcloud.com/v2/buy_suc.png"
+ <image class="imgOne" src="https://mp-public-test-1309783959.cos.ap-shanghai.myqcloud.com/v2/buy_suc.png"
mode="scaleToFill"></image>
<image class="imgTwo" :src="picUrl" mode="scaleToFill"></image>
@@ -617,7 +617,7 @@
height: calc(100vh - 50px);
- background: url(https://mp-public-test-1307117429.cos.ap-shanghai.myqcloud.com/v2/bkg1.png) center center no-repeat;
+ background: url(https://mp-public-test-1309783959.cos.ap-shanghai.myqcloud.com/v2/bkg1.png) center center no-repeat;
background-size: 100vw calc(100vh - 50px);
.index {