Sfoglia il codice sorgente

资源地址修改

JXDS18FUJT 1 anno fa
parent
commit
9078fcfea7

+ 3 - 3
src/pages/cinema/placeorder.vue

@@ -30,7 +30,7 @@
 			<van-radio-group :value="radioType" @change="radioOnChange">
 				<view class="options-box">
 					<view class="left-box">
-						<image class="img" src="https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E7%89%B9%E6%83%A0%E8%B4%AD%E7%A5%A8.png"
+						<image class="img" src="https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E7%89%B9%E6%83%A0%E8%B4%AD%E7%A5%A8.png"
 						 mode="widthFix"></image>
 						<view class="text-box">
 							<text class="top">特惠购票</text>
@@ -47,7 +47,7 @@
 				</view>
 				<view class="options-box">
 					<view class="left-box">
-						<image class="img" src="https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E5%BF%AB%E9%80%9F%E8%B4%AD%E7%A5%A8.png"
+						<image class="img" src="https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E5%BF%AB%E9%80%9F%E8%B4%AD%E7%A5%A8.png"
 						 mode="widthFix"></image>
 						<view class="text-box">
 							<text class="top">快速购票</text>
@@ -63,7 +63,7 @@
 				</view>
 				<view class="options-box">
 					<view class="left-box">
-						<image class="img" src="https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E7%AB%9E%E4%BB%B7.png"
+						<image class="img" src="https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E7%AB%9E%E4%BB%B7.png"
 						 mode="widthFix"></image>
 						<view class="text-box">
 							<text class="top">竞价购买</text>

+ 1 - 1
src/pages/cinema/schedulelist.vue

@@ -237,7 +237,7 @@ export default {
 }
 
 .des-box {
-  background-image: url(https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/filmBg.png);
+  background-image: url(https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/filmBg.png);
   padding: 35rpx 30rpx;
   box-sizing: border-box;
   width: 100%;

+ 1 - 1
src/pages/cinema/selectseat.vue

@@ -24,7 +24,7 @@
 				<movable-view scale out-of-bounds direction='all' scale-max="3" @scale='scaleChange'>
 					<view class="movable-box">
 						<view class="screen-box">
-							<image class="screen" src="https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E9%93%B6%E5%B9%95.png"
+							<image class="screen" src="https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E9%93%B6%E5%B9%95.png"
 							 mode="widthFix"></image>
 							<text class="screen-name">{{showItem.hallName}}</text>
 						</view>

+ 1 - 1
src/pages/home/index.vue

@@ -2,7 +2,7 @@
 	<view class="home">
 		<view class="top-list">
 			<image class="background-img" style="width: 100vw;"
-				src="https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E9%A1%B6%E9%83%A8%E8%83%8C%E6%99%AF3.png"
+				src="https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E9%A1%B6%E9%83%A8%E8%83%8C%E6%99%AF3.png"
 				mode="widthFix"></image>
 			<topbar class="topbar-slot">
 				<view>

+ 1 - 1
src/pages/phoneBill/index.vue

@@ -46,7 +46,7 @@
 			remark: ['请注意,买了就不给退钱'],
 			tmallNo: null,
 			rechargePhoneNo: null,
-			icon: 'https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E5%A4%A9%E7%8C%AB%E6%B4%BB%E5%8A%A8%E8%AF%9D%E8%B4%B9.png',
+			icon: 'https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E5%A4%A9%E7%8C%AB%E6%B4%BB%E5%8A%A8%E8%AF%9D%E8%B4%B9.png',
 			price: null
 		}),
 		async mounted() {