|
@@ -21,20 +21,18 @@
|
|
<view class="btn2" @click="goOrder"> 立即学习 </view>
|
|
<view class="btn2" @click="goOrder"> 立即学习 </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <!-- #ifdef H5 -->
|
|
|
|
|
|
+ <!-- #ifdef H5 -->
|
|
<view class="collect">
|
|
<view class="collect">
|
|
<view class="fl" v-if="config.gzhImage">
|
|
<view class="fl" v-if="config.gzhImage">
|
|
<image :src="$method.splitImgHost(config.gzhImage)" mode="" />
|
|
<image :src="$method.splitImgHost(config.gzhImage)" mode="" />
|
|
- <text>长按二维码,关注公众号
|
|
|
|
- <br>方便下次进入学习哦</br>
|
|
|
|
- </text>
|
|
|
|
|
|
+ <text>长按二维码,关注公众号 <br />方便下次进入学习哦 </text>
|
|
</view>
|
|
</view>
|
|
<view class="fl" v-else>
|
|
<view class="fl" v-else>
|
|
<image src="../static/icon-collect.png" mode="" />
|
|
<image src="../static/icon-collect.png" mode="" />
|
|
<text>收藏链接,方便下次进入学习哦</text>
|
|
<text>收藏链接,方便下次进入学习哦</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <!-- #endif -->
|
|
|
|
|
|
+ <!-- #endif -->
|
|
<view class="box2">
|
|
<view class="box2">
|
|
<view class="title2">订单信息</view>
|
|
<view class="title2">订单信息</view>
|
|
<view
|
|
<view
|
|
@@ -99,7 +97,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
- console.log(this.config.gzhImage)
|
|
|
|
|
|
+ console.log(this.config.gzhImage);
|
|
/* if(this.current === 2 && this.$method.isLogin()){
|
|
/* if(this.current === 2 && this.$method.isLogin()){
|
|
this.$refs.refMy.init();
|
|
this.$refs.refMy.init();
|
|
} */
|
|
} */
|
|
@@ -216,7 +214,7 @@ page {
|
|
margin-left: 32rpx;
|
|
margin-left: 32rpx;
|
|
color: #222222;
|
|
color: #222222;
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
- line-height: 44rpx;
|
|
|
|
|
|
+ line-height: 44rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.txt_right_sn {
|
|
.txt_right_sn {
|
|
@@ -224,7 +222,7 @@ page {
|
|
}
|
|
}
|
|
.txt_right_price {
|
|
.txt_right_price {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- color: #EB5757;
|
|
|
|
|
|
+ color: #eb5757;
|
|
}
|
|
}
|
|
.txt_left {
|
|
.txt_left {
|
|
color: #444444;
|
|
color: #444444;
|