pangqijun 1 年間 前
コミット
bad1329370

+ 16 - 2
components/payment/index.vue

@@ -19,9 +19,9 @@
 				</view>
 				<view class="iconfont" :class="active == index ? 'icon-xuanzhong11 font-num' : 'icon-weixuan'"></view>
 			</view>
-			<view class="payMoney">{{ $t(`支付金额`) }}<span class="font-color">{{ $t(`¥`) }}<span
+			<view class="payMoney">{{ $t(`支付金额`) }}<span class="font-color-t">{{ $t(`¥`) }}<span
 						class="money">{{ totalPrice }}</span></span></view>
-			<view class="button bg-color acea-row row-center-wrapper" @click='goPay(number, paytype)'>{{ $t(`去付款`) }}
+			<view class="button bg-color-t acea-row row-center-wrapper" @click='goPay(number, paytype)'>{{ $t(`去付款`) }}
 			</view>
 		</view>
 		<view class="mask" @click='close' v-if="pay_close"></view>
@@ -232,9 +232,11 @@ export default {
 
 		.font-color {
 			margin-left: 10rpx;
+      color: #B22338;
 
 			.money {
 				font-size: 40rpx;
+        color: #B22338;
 			}
 		}
 	}
@@ -328,4 +330,16 @@ export default {
 .icon-haoyoudaizhifu {
 	color: #F34C3E !important;
 }
+
+.bg-color-t {
+  background-color: #B42A3E !important
+}
+
+.font-num {
+  color: #B42A3E !important
+}
+
+.font-color-t {
+  color: #B42A3E !important
+}
 </style>

+ 1 - 1
pages.json

@@ -1645,7 +1645,7 @@
 	],
 	"tabBar": {
 		"color": "#282828",
-		"selectedColor": "#ff3366",
+		"selectedColor": "#B22338",
 		"borderStyle": "white",
 		"backgroundColor": "#ffffff",
 		"list": [{

+ 1 - 1
pages/groupbuying/promotion/index.vue

@@ -426,7 +426,7 @@ export default {
 			text-align: center;
 			flex: 1;
 			border-color: #333333;
-			border-right: 1px solid dashed;
+			border-right: 1px solid white;
 		}
 
 		.group-content-r {

+ 2 - 7
pages/index/diy/index_mall.vue

@@ -185,16 +185,14 @@ export default {
 	onMounted (options) {
 	},
 	onLoad (options) {
-
 	},
 	updated () {
-
 	},
 	onShow(){
+    this.getAdsList();
 		if (this.markers[0].label.content){
 			this.getCurrentLocation()
 		}
-
 	},
 	watch: {
 		// isLogin: {
@@ -208,11 +206,8 @@ export default {
 	methods: {
 
 		clickImageUrl(e){
-			console.log(e)
-
 			let item =this.swiperList[e]
 
-			console.log(item)
 			if (item.skipType === 2){//跳转到文章链接
 				uni.navigateTo({
 					url: '/pages/groupbuying/article/article?id='+item.dataId
@@ -293,7 +288,7 @@ export default {
 		pullResh () {
 			// if (this.current == 0) {
 			// 	uni.showLoading({ title: '刷新中' });
-			// 	this.getAdsList()
+				this.getAdsList()
 			// 	this.getLatestGroupon()
 			// } else {
 			// 	this.$refs.latestGroupBuying.getGoodsPage()

+ 1 - 1
pages/index/index.vue

@@ -20,7 +20,7 @@ export default {
 		uni.$on('is_diy', (data) => {
 			this.isDiy = data
 		})
-
+    this.$refs.diy.pullResh();
 	},
 	onHide() {
 		// this.isDiy = -1

+ 0 - 10
pages/order/index.vue

@@ -287,12 +287,6 @@ export default {
 	},
 	computed: mapGetters(['isLogin']),
 	onShow () {
-    let allPages = getCurrentPages(); //获取当前页面栈的实例;
-    console.log("allPages->", allPages);
-    let lastPages = allPages.length - 1; // 获得倒数第二个元素的索引;
-    console.log("lastPages->", lastPages);
-    let option = allPages[lastPages].options; // 获得上个页面传递的参数;
-    console.log("option->", option);
 
 		console.log("onShow事件,全局变量1--------", getApp().globalData.switchId, this.$route)
 		let ContentIndex = getApp().globalData.switchId//获取到传参
@@ -447,10 +441,6 @@ export default {
 									title: err
 								});
 							});
-					} else if (res.cancel) {
-						return that.$util.Tips({
-							title: that.$t(`已取消`)
-						});
 					}
 				}
 			});

+ 0 - 1
pages/order/orderAfterSales/orderAfterSales.vue

@@ -146,7 +146,6 @@
 		},
 		methods: {
 			afterSalesSubmit() {
-				console.log(this.goodsIds)
 
 				if (this.goodsIds.length <= 0) {
 					uni.$u.toast('请选择商品')