|
@@ -23,10 +23,14 @@
|
|
|
|
|
|
<!-- 查看规则 -->
|
|
|
<view class="rule">
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <view class="rule-content flex" @click="contactService">
|
|
|
+ <!-- #ifndef MP-ALIPAY -->
|
|
|
+ <!-- <view class="rule-content flex" @click="contactService">
|
|
|
<image src="../../static/index/index_tip_bgTwo.png" mode="scaleToFill"></image>
|
|
|
<text>投诉建议</text>
|
|
|
+ </view> -->
|
|
|
+ <view class="rule-content flex" @click="toRule">
|
|
|
+ <image src="../../static/index/index_tip.png" mode="scaleToFill"></image>
|
|
|
+ <text>查看规则</text>
|
|
|
</view>
|
|
|
<!-- #endif -->
|
|
|
</view>
|
|
@@ -589,7 +593,7 @@
|
|
|
// 点击规则说明
|
|
|
toRule() {
|
|
|
uni.navigateTo({
|
|
|
- url: '/packageOther/rule/index'
|
|
|
+ url: '/packageOther/rule/purchase'
|
|
|
})
|
|
|
},
|
|
|
|
|
@@ -713,17 +717,19 @@
|
|
|
align-items: center;
|
|
|
justify-content: flex-end;
|
|
|
height: 34rpx;
|
|
|
+ padding-right: 34rpx; //
|
|
|
margin-bottom: 24rpx;
|
|
|
-
|
|
|
+
|
|
|
&-content {
|
|
|
image {
|
|
|
- width: 210rpx;
|
|
|
- height: 50rpx;
|
|
|
+ width: 34rpx; // 210rpx
|
|
|
+ height: 34rpx; // 50rpx
|
|
|
+ margin-right: 14rpx; //
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
text {
|
|
|
- position: absolute;
|
|
|
- right: 20rpx;
|
|
|
+ // position: absolute;
|
|
|
+ // right: 20rpx;
|
|
|
font-size: 40rpx;
|
|
|
font-family: 'YouSheBiaoTiHei';
|
|
|
font-weight: 400;
|