充值显示
This commit is contained in:
@@ -6,14 +6,12 @@
|
|||||||
"request": 15000
|
"request": 15000
|
||||||
},
|
},
|
||||||
"transformPx": false,
|
"transformPx": false,
|
||||||
"icons" : [
|
"icons": [{
|
||||||
{
|
|
||||||
"sizes": "分辨率,192x192",
|
"sizes": "分辨率,192x192",
|
||||||
"src": "图片路径"
|
"src": "图片路径"
|
||||||
}
|
}],
|
||||||
],
|
"versionName": "1.0.34",
|
||||||
"versionName" : "1.0.32",
|
"versionCode": 1034,
|
||||||
"versionCode" : 1032,
|
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"nvueCompiler": "weex",
|
"nvueCompiler": "weex",
|
||||||
"compatible": {
|
"compatible": {
|
||||||
@@ -270,4 +268,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 小程序特有相关
|
// 小程序特有相关
|
||||||
|
|
||||||
|
|||||||
@@ -7,19 +7,43 @@
|
|||||||
|
|
||||||
<view>
|
<view>
|
||||||
<view class="cha_jine">
|
<view class="cha_jine">
|
||||||
<view class="cj_title PM_font">充值金额</view>
|
<view class="cj_title PM_font">充值金额
|
||||||
|
|
||||||
|
|
||||||
|
</view>
|
||||||
<view class="cj_xiang">
|
<view class="cj_xiang">
|
||||||
<view v-for="(item, index) in cjList" @click="chosPric(item)" :class="
|
<view v-for="(item, index) in cjList" @click="chosPric(item)" :class="
|
||||||
stepsCj.priceTypeId == item.priceTypeId
|
stepsCj.priceTypeId == item.priceTypeId
|
||||||
? 'Tab_cj cj_price'
|
? 'Tab_cj cj_price'
|
||||||
: 'cj_price'
|
: 'cj_price'
|
||||||
">
|
">
|
||||||
<view class="pr_jg">¥{{ item.realMoney }}</view>
|
<view
|
||||||
<view class="pr_yl">{{ item.money }} 天医币</view>
|
class="pr_jg"
|
||||||
<view class="pr_lj">限时特惠</view>
|
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>
|
</view>
|
||||||
<br clear="both" />
|
<br clear="both" />
|
||||||
</view>
|
</view>
|
||||||
|
<view
|
||||||
|
><text style="font-size: 24rpx; color: #8e8e8e; font-weight: 500"
|
||||||
|
>说明 : 天医币属于虚拟产品,一经购买概不退还</text
|
||||||
|
></view
|
||||||
|
>
|
||||||
</view>
|
</view>
|
||||||
<view class="cha_fangsh">
|
<view class="cha_fangsh">
|
||||||
<view class="cf_title PM_font">支付方式</view>
|
<view class="cf_title PM_font">支付方式</view>
|
||||||
@@ -760,37 +784,36 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cha_jine {
|
.cha_jine {
|
||||||
padding: 60rpx 30rpx 40rpx;
|
margin: 40rpx 30rpx 0 30rpx;
|
||||||
// margin: 40rpx 50rpx 0 50rpx;
|
|
||||||
|
|
||||||
.cj_title {
|
.cj_title {
|
||||||
font-size: 46rpx;
|
font-size: 36rpx;
|
||||||
color: $themeColor;
|
font-weight: bold;
|
||||||
// font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cj_xiang {
|
.cj_xiang {
|
||||||
margin-top: 40rpx;
|
margin-top: 40rpx;
|
||||||
|
|
||||||
.cj_price {
|
.cj_price {
|
||||||
box-shadow: 0 0 20rpx 0 #0000001a;
|
border: 4rpx solid #ebebeb;
|
||||||
|
// box-shadow: 0 0 20rpx 0 #0000001a;
|
||||||
float: left;
|
float: left;
|
||||||
width: 47%;
|
width: 31%;
|
||||||
margin: 0 5% 30rpx 0;
|
margin: 0 3% 30rpx 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 20rpx;
|
padding: 25rpx 0 30rpx 0;
|
||||||
border-radius: 15rpx;
|
border-radius: 15rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #2d2d2d;
|
color: #2d2d2d;
|
||||||
|
|
||||||
.pr_jg {
|
.pr_jg {
|
||||||
font-size: 45rpx;
|
font-size: 38rpx;
|
||||||
margin: 20rpx 0 10rpx 0;
|
margin: 0rpx 0 10rpx 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pr_yl {
|
.pr_yl {
|
||||||
font-size: 26rpx;
|
font-size: 28rpx;
|
||||||
// text-decoration: line-through;
|
// text-decoration: line-through;
|
||||||
color: #575555;
|
color: #575555;
|
||||||
}
|
}
|
||||||
@@ -799,16 +822,16 @@
|
|||||||
background-image: linear-gradient(90deg, #258feb 0%, $themeColor 100%);
|
background-image: linear-gradient(90deg, #258feb 0%, $themeColor 100%);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -30rpx;
|
top: -22rpx;
|
||||||
right: -20rpx;
|
right: -22rpx;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
padding: 5rpx 10rpx;
|
padding: 5rpx 4rpx;
|
||||||
border-top-left-radius: 20rpx;
|
border-top-left-radius: 20rpx;
|
||||||
border-bottom-right-radius: 20rpx;
|
border-bottom-right-radius: 20rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cj_price:nth-child(2n) {
|
.cj_price:nth-child(3n) {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -816,8 +839,13 @@
|
|||||||
// box-shadow: 0 0 20rpx 0 #fe700bcc;
|
// box-shadow: 0 0 20rpx 0 #fe700bcc;
|
||||||
|
|
||||||
box-shadow: 0px 0px 3px 0px $themeColor !important;
|
box-shadow: 0px 0px 3px 0px $themeColor !important;
|
||||||
|
border: 4rpx solid $themeColor;
|
||||||
color: #258feb;
|
color: #258feb;
|
||||||
background: #e3f7ff !important;
|
background: #e3f7ff !important;
|
||||||
|
|
||||||
|
.pr_yl {
|
||||||
|
color: #258feb !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -268,6 +268,14 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 应对华为审核,去掉app跳转 -->
|
<!-- 应对华为审核,去掉app跳转 -->
|
||||||
<view class="appJump ">
|
<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="everhealth item flexbox" @click="appjumpfun('nuttyreading')">
|
||||||
<view class="img">
|
<view class="img">
|
||||||
<image src="@/static/f40x40.png" mode="widthFix"></image>
|
<image src="@/static/f40x40.png" mode="widthFix"></image>
|
||||||
@@ -827,6 +835,10 @@
|
|||||||
bagName = 'com.cn.zmzm'
|
bagName = 'com.cn.zmzm'
|
||||||
schemes = 'zmzm'
|
schemes = 'zmzm'
|
||||||
}
|
}
|
||||||
|
if (name == "everhealth") {
|
||||||
|
bagName = "cn.com.everhealth";
|
||||||
|
schemes = "everhealth";
|
||||||
|
}
|
||||||
if (name == 'nuttyreading') {
|
if (name == 'nuttyreading') {
|
||||||
bagName = 'com.cn.nuttyreading'
|
bagName = 'com.cn.nuttyreading'
|
||||||
schemes = 'nuttyreading'
|
schemes = 'nuttyreading'
|
||||||
|
|||||||
BIN
static/icon/currency.png
Normal file
BIN
static/icon/currency.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
static/yljk.png
Normal file
BIN
static/yljk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
Reference in New Issue
Block a user