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