Merge branch 'main' of http://123.207.203.228:3000/shang/yfs
This commit is contained in:
commit
f1173f4764
|
|
@ -320,7 +320,7 @@
|
|||
</view>
|
||||
<view class="item-info">
|
||||
<view class="title center hang1">
|
||||
恭喜您成功兑换,获得{{zhanshiMoney}}
|
||||
恭喜您成功兑换,获得{{zhanshiMoney}} {{ this.$config.getAppSetting('currency2_name') }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -747,7 +747,7 @@
|
|||
success: res => {
|
||||
if (res.status == 1) {
|
||||
this.close('changePop')
|
||||
this.zhanshiMoney = this.totalChangeMoney
|
||||
this.zhanshiMoney = this.$c.removeTrailingZeros(this.totalChangeMoney);
|
||||
setTimeout(() => {
|
||||
this.$refs.resPop.open()
|
||||
this.tabChange(this.tabCur)
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ export default {
|
|||
if (res.status == 1) {
|
||||
that.list = res.data
|
||||
if (that.list.length < 3) {
|
||||
let l = 13 - that.list.length;
|
||||
let l = 3 - that.list.length;
|
||||
for (let i = 0; i < l; i++) {
|
||||
that.list.push({
|
||||
nickname: "虚位以待",
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@
|
|||
success(res) {
|
||||
that.total = res.data.count
|
||||
that.commission = res.data.money
|
||||
that.logo_image = res.data.share_image
|
||||
// that.logo_image = res.data.share_image
|
||||
that.mescroll.endByPage(res.data.data.length, res.data.last_page)
|
||||
if (pageNo == 1) {
|
||||
that.listdata = res.data.data
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user