Browse Source

暂时无开发

JXDS18FUJT 1 year ago
parent
commit
286ecda97c

+ 4 - 4
src/api/mock/data/fulu.js

@@ -6,21 +6,21 @@ const data = Mock.mock({
 	'data|1-1': [{
 	'data|1-1': [{
 			type_name: '视频会员',
 			type_name: '视频会员',
 			'list|1-1': [{
 			'list|1-1': [{
-					icon: 'https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E7%88%B1%E5%A5%87%E8%89%BA.png',
+					icon: 'https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E7%88%B1%E5%A5%87%E8%89%BA.png',
 					name: '爱奇艺',
 					name: '爱奇艺',
 					introduction: "立即充值享折扣",
 					introduction: "立即充值享折扣",
 					remark: ['请确保充值账号无误,充值成功后不支持退换'],
 					remark: ['请确保充值账号无误,充值成功后不支持退换'],
 					product_ids: [11549658, 16681765, 17736621, 18229248, 10971544, 15757712]
 					product_ids: [11549658, 16681765, 17736621, 18229248, 10971544, 15757712]
 				},
 				},
 				{
 				{
-					icon: 'https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E8%85%BE%E8%AE%AF%E8%A7%86%E9%A2%91.png',
+					icon: 'https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E8%85%BE%E8%AE%AF%E8%A7%86%E9%A2%91.png',
 					name: '腾讯视频',
 					name: '腾讯视频',
 					introduction: "立即充值享折扣",
 					introduction: "立即充值享折扣",
 					remark: ['请确保充值账号无误,充值成功后不支持退换', '仅支持QQ号充值'],
 					remark: ['请确保充值账号无误,充值成功后不支持退换', '仅支持QQ号充值'],
 					product_ids: [18387970, 11032040, 16894978, 14983719]
 					product_ids: [18387970, 11032040, 16894978, 14983719]
 				},
 				},
 				{
 				{
-					icon: 'https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9.png',
+					icon: 'https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9.png',
 					name: '哔哩哔哩',
 					name: '哔哩哔哩',
 					introduction: "立即充值享折扣",
 					introduction: "立即充值享折扣",
 					remark: ['请确保充值账号无误,充值成功后不支持退换'],
 					remark: ['请确保充值账号无误,充值成功后不支持退换'],
@@ -31,7 +31,7 @@ const data = Mock.mock({
 		{
 		{
 			type_name: '虚拟卡币',
 			type_name: '虚拟卡币',
 			'list|1-1': [{
 			'list|1-1': [{
-				icon: 'https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/%E7%88%B1%E5%A5%87%E8%89%BA.png',
+				icon: 'https://t1-1305573081.file.myqcloud.com/wxapp/static/imgs/%E7%88%B1%E5%A5%87%E8%89%BA.png',
 				name: '斗鱼直播',
 				name: '斗鱼直播',
 				introduction: "立即充值享折扣",
 				introduction: "立即充值享折扣",
 				remark: ['请确保充值账号无误,充值成功后不支持退换'],
 				remark: ['请确保充值账号无误,充值成功后不支持退换'],

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

@@ -30,7 +30,7 @@
 			<van-radio-group :value="radioType" @change="radioOnChange">
 			<van-radio-group :value="radioType" @change="radioOnChange">
 				<view class="options-box">
 				<view class="options-box">
 					<view class="left-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>
 						 mode="widthFix"></image>
 						<view class="text-box">
 						<view class="text-box">
 							<text class="top">特惠购票</text>
 							<text class="top">特惠购票</text>
@@ -47,7 +47,7 @@
 				</view>
 				</view>
 				<view class="options-box">
 				<view class="options-box">
 					<view class="left-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>
 						 mode="widthFix"></image>
 						<view class="text-box">
 						<view class="text-box">
 							<text class="top">快速购票</text>
 							<text class="top">快速购票</text>
@@ -63,7 +63,7 @@
 				</view>
 				</view>
 				<view class="options-box">
 				<view class="options-box">
 					<view class="left-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>
 						 mode="widthFix"></image>
 						<view class="text-box">
 						<view class="text-box">
 							<text class="top">竞价购买</text>
 							<text class="top">竞价购买</text>

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

@@ -237,7 +237,7 @@ export default {
 }
 }
 
 
 .des-box {
 .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;
   padding: 35rpx 30rpx;
   box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   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'>
 				<movable-view scale out-of-bounds direction='all' scale-max="3" @scale='scaleChange'>
 					<view class="movable-box">
 					<view class="movable-box">
 						<view class="screen-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>
 							 mode="widthFix"></image>
 							<text class="screen-name">{{showItem.hallName}}</text>
 							<text class="screen-name">{{showItem.hallName}}</text>
 						</view>
 						</view>

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

@@ -2,7 +2,7 @@
 	<view class="home">
 	<view class="home">
 		<view class="top-list">
 		<view class="top-list">
 			<image class="background-img" style="width: 100vw;"
 			<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>
 				mode="widthFix"></image>
 			<topbar class="topbar-slot">
 			<topbar class="topbar-slot">
 				<view>
 				<view>

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

@@ -46,7 +46,7 @@
 			remark: ['请注意,买了就不给退钱'],
 			remark: ['请注意,买了就不给退钱'],
 			tmallNo: null,
 			tmallNo: null,
 			rechargePhoneNo: 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
 			price: null
 		}),
 		}),
 		async mounted() {
 		async mounted() {