ソースを参照

fix: 调整部分功能模块

wenxingxing 12 時間 前
コミット
b636d196a3

+ 4 - 4
pages/course/info.vue

@@ -1273,10 +1273,10 @@ export default {
 			createIntegralOrder(params).then(res => {
 				uni.hideLoading();
 				if (res.code == 200) {
-					uni.showToast({
-						title: res.msg,
-						icon: 'success'
-					});
+					// uni.showToast({
+					// 	title: res.msg,
+					// 	icon: 'success'
+					// });
 
 				} else {
 					uni.showToast({

+ 1 - 1
pages_points/integralGoodsList.vue

@@ -72,7 +72,7 @@
 					</u-tabs>
 				</view>
 			</view>
-			<mescroll-body top="610rpx" bottom="0" ref="mescrollRef" @init="mescrollInit" @down="downCallback"
+			<mescroll-body top="690rpx" bottom="0" ref="mescrollRef" @init="mescrollInit" @down="downCallback"
 				@up="upCallback" :down="downOption" :up="upOption">
 				<view class="integral-box">
 					<view class="item" @click="navTo('/pages_points/integralGoodsDetails?goodsId=' + item.goodsId)"

+ 1 - 1
pages_user/user/refundOrderList.vue

@@ -17,7 +17,7 @@
 		</view>
 		<view class="top-seat"></view>
 		<!-- 订单列表 -->
-		<mescroll-body ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback" :down="downOption"
+		<mescroll-body top="90rpx" ref="mescrollRef" @init="mescrollInit" @down="downCallback" @up="upCallback" :down="downOption"
 			:up="upOption">
 			<view class="order-list">
 				<view v-for="(item,index) in dataList" :key="index" class="item">

BIN
static/image/mall/tab_bg.png


+ 2 - 1
utils/login.js

@@ -848,7 +848,8 @@ export function goPage() {
       	 });
    } else {
 	    uni.reLaunch({
-	    	url: '/pages_im/pages/conversation/conversationList/index',
+	    	// url: '/pages_im/pages/conversation/conversationList/index',
+	    	url: '/pages/index/index',
 	    	//url: '../course/video/living-app',
 	    	animationType: 'none',
 	    	animationDuration: 2000