充值显示

This commit is contained in:
2024-11-12 16:19:24 +08:00
parent 1bf03550ba
commit 7036ad356f
5 changed files with 334 additions and 297 deletions

View File

@@ -6,14 +6,12 @@
"request": 15000
},
"transformPx": false,
"icons" : [
{
"icons": [{
"sizes": "分辨率192x192",
"src": "图片路径"
}
],
"versionName" : "1.0.32",
"versionCode" : 1032,
}],
"versionName": "1.0.34",
"versionCode": 1034,
"app-plus": {
"nvueCompiler": "weex",
"compatible": {
@@ -270,4 +268,3 @@
}
}
//

View File

@@ -7,19 +7,43 @@
<view>
<view class="cha_jine">
<view class="cj_title PM_font">充值金额</view>
<view class="cj_title PM_font">充值金额
</view>
<view class="cj_xiang">
<view v-for="(item, index) in cjList" @click="chosPric(item)" :class="
stepsCj.priceTypeId == item.priceTypeId
? 'Tab_cj cj_price'
: 'cj_price'
">
<view class="pr_jg">{{ item.realMoney }}</view>
<view class="pr_yl">{{ item.money }} 天医币</view>
<view class="pr_lj">限时特惠</view>
<view
class="pr_jg"
style="display: flex; align-items: center; justify-content: center"
>
<image
src="@/static/icon/currency.png"
alt=""
style="width: 40rpx; height: 40rpx; margin-right: 10rpx"
/>
{{ item.money }}
</view>
<view class="pr_yl" style="color: #565455"
>{{ item.realMoney }}</view
>
<view class="pr_lj" v-if="item.description&&item.description!=''"
> {{item.description}}</view
>
</view>
<br clear="both" />
</view>
<view
><text style="font-size: 24rpx; color: #8e8e8e; font-weight: 500"
>说明 : 天医币属于虚拟产品一经购买概不退还</text
></view
>
</view>
<view class="cha_fangsh">
<view class="cf_title PM_font">支付方式</view>
@@ -760,37 +784,36 @@
}
.cha_jine {
padding: 60rpx 30rpx 40rpx;
// margin: 40rpx 50rpx 0 50rpx;
margin: 40rpx 30rpx 0 30rpx;
.cj_title {
font-size: 46rpx;
color: $themeColor;
// font-weight: bold;
font-size: 36rpx;
font-weight: bold;
}
.cj_xiang {
margin-top: 40rpx;
.cj_price {
box-shadow: 0 0 20rpx 0 #0000001a;
border: 4rpx solid #ebebeb;
// box-shadow: 0 0 20rpx 0 #0000001a;
float: left;
width: 47%;
margin: 0 5% 30rpx 0;
width: 31%;
margin: 0 3% 30rpx 0;
text-align: center;
padding: 20rpx;
padding: 25rpx 0 30rpx 0;
border-radius: 15rpx;
position: relative;
color: #2d2d2d;
.pr_jg {
font-size: 45rpx;
margin: 20rpx 0 10rpx 0;
font-size: 38rpx;
margin: 0rpx 0 10rpx 0;
font-weight: bold;
}
.pr_yl {
font-size: 26rpx;
font-size: 28rpx;
// text-decoration: line-through;
color: #575555;
}
@@ -799,16 +822,16 @@
background-image: linear-gradient(90deg, #258feb 0%, $themeColor 100%);
color: #fff;
position: absolute;
top: -30rpx;
right: -20rpx;
top: -22rpx;
right: -22rpx;
font-size: 24rpx;
padding: 5rpx 10rpx;
padding: 5rpx 4rpx;
border-top-left-radius: 20rpx;
border-bottom-right-radius: 20rpx;
}
}
.cj_price:nth-child(2n) {
.cj_price:nth-child(3n) {
margin-right: 0;
}
@@ -816,8 +839,13 @@
// box-shadow: 0 0 20rpx 0 #fe700bcc;
box-shadow: 0px 0px 3px 0px $themeColor !important;
border: 4rpx solid $themeColor;
color: #258feb;
background: #e3f7ff !important;
.pr_yl {
color: #258feb !important;
}
}
}
}

View File

@@ -268,6 +268,14 @@
</view>
<!-- 应对华为审核去掉app跳转 -->
<view class="appJump ">
<view class="everhealth item flexbox" @click="appjumpfun('everhealth')">
<view class="img">
<image src="@/static/yljk.png" mode="widthFix"></image>
</view>
<view class="text">
<text>一路健康</text>
</view>
</view>
<view class="everhealth item flexbox" @click="appjumpfun('nuttyreading')">
<view class="img">
<image src="@/static/f40x40.png" mode="widthFix"></image>
@@ -827,6 +835,10 @@
bagName = 'com.cn.zmzm'
schemes = 'zmzm'
}
if (name == "everhealth") {
bagName = "cn.com.everhealth";
schemes = "everhealth";
}
if (name == 'nuttyreading') {
bagName = 'com.cn.nuttyreading'
schemes = 'nuttyreading'

BIN
static/icon/currency.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
static/yljk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB