Forráskód Böngészése

修改图片地址域名前缀

xiaoxin 1 éve
szülő
commit
9f0c37de68
3 módosított fájl, 4 hozzáadás és 4 törlés
  1. 1 1
      main.js
  2. 2 2
      pages/index/shop/confirmOrder.vue
  3. 1 1
      pages/index/shop/index.vue

+ 1 - 1
main.js

@@ -17,7 +17,7 @@ Vue.use(uView);
 
 //全局图片请求头
 Vue.prototype.Tupian = (img) => {
-	return 'https://moxuanyunshang.oss-cn-beijing.aliyuncs.com' + img
+	return 'https://mxys.chuanghai-tech.com/wmfile' + img
 }
 
 // #ifndef VUE3

+ 2 - 2
pages/index/shop/confirmOrder.vue

@@ -742,7 +742,7 @@ export default {
 		switchTab(e) {
 			this.orderType = e
 			this.coupon = ''
-			this.huodong = ''
+			// this.huodong = ''
 			if (JSON.stringify(this.address) != '{}') {
 				this.getDistance()
 			}
@@ -1706,4 +1706,4 @@ export default {
 		top: -20rpx; */
 	z-index: 9;
 }
-</style>
+</style>

+ 1 - 1
pages/index/shop/index.vue

@@ -2162,4 +2162,4 @@ page {
 	width: 180rpx; /* 三张图片平分宽度 */
 	height: 135rpx;
 }
-</style>
+</style>