提交更新1

parent a6b34e03
...@@ -794,7 +794,7 @@ ...@@ -794,7 +794,7 @@
</view> </view>
</view> </view>
<view v-if="tabIndex&&flag==tabIndex" class="no-open" <view v-if="tabIndex&&flag==tabIndex" class="no-open"
:style="{height:[992,845,891][tabIndex-1]+'rpx',top:[1620,1099,pubTalkNoopenHeight][tabIndex-1]+'rpx'}"> :style="{height:[860,845,891][tabIndex-1]+'rpx',top:[1620,1099,pubTalkNoopenHeight][tabIndex-1]+'rpx'}">
<view class="no-open-solution" @tap="equityPay"> <view class="no-open-solution" @tap="equityPay">
<view class="no-open-solution-txt"> <view class="no-open-solution-txt">
<text>最低{{memberInfo.leastAmount}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告</text> <text>最低{{memberInfo.leastAmount}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告</text>
...@@ -839,6 +839,18 @@ ...@@ -839,6 +839,18 @@
</view> </view>
</view> </view>
<view class="details-item-left"> <view class="details-item-left">
<view class="details-item-up">
<text>担心孩子被迫高额消费?</text>
</view>
<view class="details-item-down">
<view class="consumer-trend-img">
</view>
<view class="details-item-down-txt">
<text>【消费趋势】告诉你</text>
</view>
</view>
</view>
<!-- <view class="details-item-left">
<view class="details-item-up"> <view class="details-item-up">
<text>孩子在校交友了?</text> <text>孩子在校交友了?</text>
</view> </view>
...@@ -849,7 +861,7 @@ ...@@ -849,7 +861,7 @@
<text>【饭友分析】告诉你</text> <text>【饭友分析】告诉你</text>
</view> </view>
</view> </view>
</view> </view> -->
</view> </view>
<view class="consume-open-results-items-details-item"> <view class="consume-open-results-items-details-item">
<view class="details-item-left"> <view class="details-item-left">
...@@ -877,7 +889,7 @@ ...@@ -877,7 +889,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="consume-open-results-items-details-item"> <!-- <view class="consume-open-results-items-details-item">
<view class="details-item-left"> <view class="details-item-left">
<view class="details-item-up"> <view class="details-item-up">
<text>担心孩子被迫高额消费?</text> <text>担心孩子被迫高额消费?</text>
...@@ -902,7 +914,7 @@ ...@@ -902,7 +914,7 @@
</view> </view>
</view> </view>
</view> </view>
</view> </view> -->
</view> </view>
<view v-else class="open-results-items-details"> <view v-else class="open-results-items-details">
<!-- 出入校报告 --> <!-- 出入校报告 -->
...@@ -2895,7 +2907,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`, ...@@ -2895,7 +2907,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
} else { } else {
this.queryMemberConsumerAmount( this.queryMemberConsumerAmount(
serviceItemCode); serviceItemCode);
this.containerHeight = 2340; this.containerHeight = 2207;
} }
} }
} catch (e) { } catch (e) {
...@@ -4670,7 +4682,8 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`, ...@@ -4670,7 +4682,8 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
&.consume-open-results-items { &.consume-open-results-items {
padding: 44rpx 0 0 34rpx; padding: 44rpx 0 0 34rpx;
box-sizing: border-box; box-sizing: border-box;
height: 473rpx; // height: 473rpx;
height: 340rpx;
} }
.open-results-items-summary { .open-results-items-summary {
......
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