Merge branch 'ios-2' of https://e.coding.net/g-cphe0354/duanju/video_app into ios-2
This commit is contained in:
commit
7a72c1d4fe
|
|
@ -2,8 +2,8 @@
|
||||||
"name" : "顺享短剧",
|
"name" : "顺享短剧",
|
||||||
"appid" : "__UNI__E0B05B1",
|
"appid" : "__UNI__E0B05B1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "2.1.0",
|
"versionName" : "2.3.0",
|
||||||
"versionCode" : 210,
|
"versionCode" : 230,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@
|
||||||
<view class="pay-content-itemczg" @click="payVideo(1)">
|
<view class="pay-content-itemczg" @click="payVideo(1)">
|
||||||
<image class="pay-content-item-iconczg" src="../../static/images/me/rmIcon.png" mode=""></image>
|
<image class="pay-content-item-iconczg" src="../../static/images/me/rmIcon.png" mode=""></image>
|
||||||
<text class="pay-content-items">
|
<text class="pay-content-items">
|
||||||
{{countPrice*scale}}金币解锁整部视频
|
{{countPrice*scale}}金币解锁单集视频
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="danbu === '是' &&isWxIosPay&&isShowMoneyPay" class="pay-content-itemczg"
|
<view v-if="danbu === '是' &&isWxIosPay&&isShowMoneyPay" class="pay-content-itemczg"
|
||||||
|
|
|
||||||
|
|
@ -261,7 +261,7 @@
|
||||||
isWeixin: false,
|
isWeixin: false,
|
||||||
isIos: true,
|
isIos: true,
|
||||||
scrollTop: 0,
|
scrollTop: 0,
|
||||||
isShowMoneyPay: true,
|
isShowMoneyPay: false,
|
||||||
isIos: true,
|
isIos: true,
|
||||||
isIosApp: false,
|
isIosApp: false,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue