Commit dc502166 authored by Mac's avatar Mac

提交

parent b62968de
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
exitPay() { exitPay() {
this.payExit = false; this.payExit = false;
uni.redirectTo({ uni.redirectTo({
url: "/pages/order/index/index?status=0", url: "/pages/school/personal/orderList?status=0",
}); });
}, },
closePay() { closePay() {
......
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
</view> </view>
</view> </view>
<view class="good-rb-box" > <view class="good-rb-box" >
<text class="good-rb-text">5</text> <text class="good-rb-text">{{g.course_score!=null &&g.course_score>0?g.course_score.toFixed(1):'5.0'}}</text>
<u-rate <u-rate
current='5' :current="g.course_score!=null &&g.course_score>0?g.course_score:'5'"
active-color="#FEC471" inactive-color="#DDDDDD" active-color="#FEC471" inactive-color="#DDDDDD"
active-icon="star" active-icon="star"
inactive-icon="star-o" inactive-icon="star-o"
...@@ -1020,7 +1020,6 @@ export default { ...@@ -1020,7 +1020,6 @@ export default {
.goods .good-rb-text{ .goods .good-rb-text{
font-size: 11px; font-size: 11px;
color: #999999; color: #999999;
margin-top: 3px;
margin-left: 2px; margin-left: 2px;
} }
</style> </style>
...@@ -26,12 +26,13 @@ ...@@ -26,12 +26,13 @@
height: calc(100vh - 50px); height: calc(100vh - 50px);
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
background: #FFF;
"> ">
<scroll-view :scroll-y="true" @scrolltolower="lower" :enable-back-to-top="true" :enable-flex="true" :scroll-top="scrollTop" <scroll-view :scroll-y="true" @scrolltolower="lower" :enable-back-to-top="true" :enable-flex="true" :scroll-top="scrollTop"
@scroll="scroll" style="height: 100%; padding-bottom: 0px;"> @scroll="scroll" style="height: 100%; padding-bottom: 0px;">
<goodlist :list="g"></goodlist> <goodlist :list="g"></goodlist>
<u-loadmore v-if="showLoading" :status="status" :load-text="loadText" :font-size="24" :margin-top="20" <u-loadmore v-if="showLoading" :status="status" :load-text="loadText" :font-size="24" :margin-top="20"
:margin-bottom="20" bg-color="#F5F5F5" /> :margin-bottom="20" bg-color="#FFF" />
</scroll-view> </scroll-view>
</view> </view>
<view v-if="!loading && g.length== 0 " style=" <view v-if="!loading && g.length== 0 " style="
......
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