修改支付请求订单详情时间每请求一次加2秒,调整绑定支付宝页面样式
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
</view>
|
||||
<view class="pay-list-item" @click="payBtnClick('gold', 1)" v-if="nowDanjiPrice * goldBili > 0">
|
||||
<image class="hot" src="@/static/images/hot.png" mode=""></image>
|
||||
<text class="u-font-28 font-bold">{{ nowDanjiPrice * goldBili }}金币解锁单集视频</text>
|
||||
<text class="u-font-28 font-bold">{{ to2(nowDanjiPrice * goldBili)}}金币解锁单集视频</text>
|
||||
</view>
|
||||
<view class="pay-list-item" @click="payBtnClick('money', 1)">
|
||||
<!-- <image class="hot" src="@/static/images/hot.png" mode=""></image> -->
|
||||
@@ -335,7 +335,11 @@ import { debounce, throttle } from 'lodash';
|
||||
import * as Api from '@/api/video/index.js';
|
||||
import infoBox from '@/utils/infoBox.js';
|
||||
import { computed, reactive, ref, watch, nextTick, onMounted, getCurrentInstance, onUnmounted } from 'vue';
|
||||
|
||||
function to2(n){
|
||||
if(n){
|
||||
return n.toFixed(2)
|
||||
}
|
||||
}
|
||||
//绑定微信
|
||||
function bindWx() {
|
||||
popupClose('bindWx');
|
||||
|
||||
Reference in New Issue
Block a user