疯币改天医疗币

引导页文字修改
配置文件请求地址修改
订单列表页面样式修改
This commit is contained in:
@fawn-nine
2023-10-09 11:12:05 +08:00
parent 626c85008e
commit d4fdb37a84
18 changed files with 151 additions and 88 deletions

View File

@@ -10,7 +10,7 @@
<view v-if="tab_muJian==0">
<view class="AC_mes">
<view style="font-size: 50rpx;font-weight: bold;">{{userMes.peanutCoin}}</view>
<view style="color: #888;font-size: 30rpx;margin-top: 10rpx;"></view>
<view style="color: #888;font-size: 30rpx;margin-top: 10rpx;">天医</view>
<text class="AC_chong" @click="buPoint()">充值</text>
</view>
@@ -22,7 +22,7 @@
<view>
<text v-if="item.changeAmount>0">+</text>
<text>{{item.changeAmount}}</text>
天医
</view>
</view>
<view class="AC_mark">{{item.remark}}</view>
@@ -113,7 +113,7 @@
return {
playData:{},
tab_list: [{
name: '币',
name: '天医币',
}, {
name: '优惠券',
}],
@@ -247,7 +247,7 @@
// 充值
// 充值天医
buPoint() {
uni.navigateTo({
url: '../peanut/reCharge'