Commit 92fa688d authored by jyx's avatar jyx

代码优化

parent cccbfc8b
......@@ -58,17 +58,17 @@
<view v-else style="display: flex;align-items: center;font-size: 40rpx;
color: #f2b068;
font-weight: 700;">
{{multiply(item.firstPayPrice)}}
<image style="width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
src="@/static/ic_zuan.png">
</image>
+{{multiply(item.firstPayPrice)}}
</view>
<view class="name row" v-if="item.title!=null&&item.title!=''">
{{item.title}}
</view>
<view class="origin row" v-if="item.remarks!=null&&item.remarks!=''">
<view class="origin row" v-if="item.remarks!=null&&item.remarks!=''&&os=='android'">
{{item.remarks}}
</view>
</view>
......
......@@ -61,17 +61,18 @@
<view v-else style="display: flex;align-items: center;font-size: 40rpx;
color: #f2b068;
font-weight: 700;">
{{multiply(item.firstPayPrice)}}
<image style="width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
src="@/static/ic_zuan.png">
</image>
+{{multiply(item.firstPayPrice)}}
</view>
<view class="name row" v-if="item.title!=null&&item.title!=''">
{{item.title}}
</view>
<view class="origin row" v-if="item.remarks!=null&&item.remarks!=''">
<view class="origin row"
v-if="item.remarks!=null&&item.remarks!=''&&os=='android'">
{{item.remarks}}
</view>
</view>
......@@ -230,7 +231,7 @@
});
},
onVip() {
navigateTo(`/pagesA/vipPay/vipPay?vedioId=`+this.vedioId)
navigateTo(`/pagesA/vipPay/vipPay?vedioId=` + this.vedioId)
this.handleClose();
},
ttPrePay(ttData, largeType) {
......
......@@ -167,7 +167,7 @@
return {
// 分享数据
title: `第 ${e.seq}集`,
desc: `这是默认的转发文案,用户可以直接发送,也可以在发布器内修改,分享的episodeId是 ${e.episodeId}`,
desc: `海量精品短剧,就在山梨剧场`,
path: `pagesC/playlet/index?tt_album_id=${e.albumId}&tt_episode_id=${e.episodeId}`, // ?后面的参数会在转发页面打开时传入onLoad方法
imageUrl: "", // 支持本地或远程图片,默认是小程序 icon
templateId: "这是开发者后台设置的分享素材模板id",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment