hwq 2 vuotta sitten
vanhempi
commit
69ee502674
39 muutettua tiedostoa jossa 349 lisäystä ja 322 poistoa
  1. 48 20
      pages/index/index.vue
  2. 300 301
      pages/user/xfjfzz.vue
  3. BIN
      static/img/index-bg.png
  4. BIN
      unpackage/dist/build/h5/10-31-1.rar
  5. BIN
      unpackage/dist/build/h5/h5.rar
  6. 1 1
      unpackage/dist/build/h5/index.html
  7. BIN
      unpackage/dist/build/h5/static/img/index-bg.5dee1f5f.png
  8. BIN
      unpackage/dist/build/h5/static/img/index-bg.6527fb06.png
  9. BIN
      unpackage/dist/build/h5/static/img/index-bg.png
  10. 0 0
      unpackage/dist/build/h5/static/js/index.46836610.js
  11. 0 0
      unpackage/dist/build/h5/static/js/index.60e6a9bd.js
  12. 0 0
      unpackage/dist/build/h5/static/js/pages-activity-bargain-index.810bafba.js
  13. 0 0
      unpackage/dist/build/h5/static/js/pages-activity-goods_bargain-index.176346bc.js
  14. 0 0
      unpackage/dist/build/h5/static/js/pages-activity-goods_bargain_details-index.6f0d4787.js
  15. 0 0
      unpackage/dist/build/h5/static/js/pages-index-index.1cfba10c.js
  16. 0 0
      unpackage/dist/build/h5/static/js/pages-index-index.23b550ed.js
  17. 0 0
      unpackage/dist/build/h5/static/js/pages-money-account.82a7c2a5.js
  18. 0 0
      unpackage/dist/build/h5/static/js/pages-money-pay.f7031ece.js
  19. 0 0
      unpackage/dist/build/h5/static/js/pages-money-withdrawal.2ac12643.js
  20. 0 0
      unpackage/dist/build/h5/static/js/pages-order-createOrder.e22041df.js
  21. 0 0
      unpackage/dist/build/h5/static/js/pages-order-order~pages-shop-info~pages-shop-order~pages-user-award~pages-user-extension~pages-user-~aea0fd7e.6614bef8.js
  22. 0 0
      unpackage/dist/build/h5/static/js/pages-public-login.5476dee5.js
  23. 0 0
      unpackage/dist/build/h5/static/js/pages-redirect-redirect.276617f6.js
  24. 0 0
      unpackage/dist/build/h5/static/js/pages-set-address.55294e8a.js
  25. 0 0
      unpackage/dist/build/h5/static/js/pages-set-address.83a7b2be.js
  26. 0 0
      unpackage/dist/build/h5/static/js/pages-set-addressManage~pages-user-shop~pages-user-teacher.bb3a0c49.js
  27. 0 0
      unpackage/dist/build/h5/static/js/pages-set-userinfo.616731ce.js
  28. 0 0
      unpackage/dist/build/h5/static/js/pages-set-userinfo.b880d654.js
  29. 0 0
      unpackage/dist/build/h5/static/js/pages-shop-info.16f27687.js
  30. 0 0
      unpackage/dist/build/h5/static/js/pages-shop-info.99a9d4a6.js
  31. 0 0
      unpackage/dist/build/h5/static/js/pages-shop-sale.afeffff6.js
  32. 0 0
      unpackage/dist/build/h5/static/js/pages-user-award.63858bdb.js
  33. 0 0
      unpackage/dist/build/h5/static/js/pages-user-award.b1c738d3.js
  34. 0 0
      unpackage/dist/build/h5/static/js/pages-user-extension.e48e719e.js
  35. 0 0
      unpackage/dist/build/h5/static/js/pages-user-shareQrCode.b2e58433.js
  36. 0 0
      unpackage/dist/build/h5/static/js/pages-user-user.07129ee5.js
  37. 0 0
      unpackage/dist/build/h5/static/js/pages-user-user.0cee1429.js
  38. 0 0
      unpackage/dist/build/h5/static/js/pages-user-xfjfzz.4cf59f11.js
  39. 0 0
      unpackage/dist/build/h5/static/js/pages-user-yue.630f6efc.js

+ 48 - 20
pages/index/index.vue

@@ -1,24 +1,30 @@
 <template>
 	<view class="container">
-		<!-- 背景 -->
-		<view class="bg"><image src="../../static/img/index-bg.png" mode="widthFix"></image></view>
-		<!-- 商品1 -->
-		<view class="good-wrap">
-			<view class="good-tit">
-				<view class="good-tit-bg"><image src="../../static/img/index-title.png" mode=""></image></view>
-				<view class="good-tit-font">美盟汇·盟主礼包</view>
-			</view>
-			<view class="item-wrap" v-for="(item, index) in productList">
-				<view class="item-wrap-bg"><image src="../../static/img/index-product.png" mode=""></image></view>
-				<view class="item-title">{{ item.store_name }}</view>
-				<view class="item-img"><image :src="item.image" mode=""></image></view>
-				<view class="item-btm">
-					<view class="item-price flex">
-						<view class="price-tit">特惠价</view>
-						<view class="price-logo">¥</view>
-						<view class="price-val">{{ item.price }}</view>
+		<swiper class="top-swiper" autoplay="true" duration="400" interval="5000" @change="swiperChange">
+			<!-- <view class="carousel-item"><image src="../../static/img/index.png" /></view> -->
+			<swiper-item v-for="(item, index) in carouselList" :key="index" class="carousel-item"><image :src="item.pic" /></swiper-item>
+		</swiper>
+		<view class="main">
+			<!-- 背景 -->
+			<view class="bg"><image src="../../static/img/index-bg.png" mode="widthFix"></image></view>
+			<!-- 商品1 -->
+			<view class="good-wrap">
+				<view class="good-tit">
+					<view class="good-tit-bg"><image src="../../static/img/index-title.png" mode=""></image></view>
+					<view class="good-tit-font">美盟汇·盟主礼包</view>
+				</view>
+				<view class="item-wrap" v-for="(item, index) in productList">
+					<view class="item-wrap-bg"><image src="../../static/img/index-product.png" mode=""></image></view>
+					<view class="item-title">{{ item.store_name }}</view>
+					<view class="item-img"><image :src="item.image" mode=""></image></view>
+					<view class="item-btm">
+						<view class="item-price flex">
+							<view class="price-tit">特惠价</view>
+							<view class="price-logo">¥</view>
+							<view class="price-val">{{ item.price }}</view>
+						</view>
+						<view class="item-btn" @click="navToLevelDetailPage(item)">立刻购买</view>
 					</view>
-					<view class="item-btn" @click="navToLevelDetailPage(item)">立刻购买</view>
 				</view>
 			</view>
 		</view>
@@ -28,6 +34,7 @@
 <script>
 import seckill from '../../components/seckill/seckill.vue';
 import { getUserInfo } from '@/api/user.js';
+import { loadIndexs } from '@/api/index.js';
 import { upgrade } from '@/api/product.js';
 import { interceptor } from '@/utils/loginUtils';
 import { mapState } from 'vuex';
@@ -108,6 +115,7 @@ export default {
 		}
 		weixinObj.hideAllNonBaseMenuItem();
 		this.getProducts();
+		this.loadData();
 		if (this.userInfo) {
 			weixinObj.showAllNonBaseMenuItem();
 			console.log('fx');
@@ -180,6 +188,12 @@ export default {
 				}
 			});
 		},
+		//轮播图切换修改背景色
+		swiperChange(e) {
+			const index = e.detail.current;
+			this.swiperCurrent = index;
+			this.titleNViewBackground = this.carouselList[index].background;
+		},
 		Toshare() {
 			if (this.userInfo == '') {
 				getUserInfo({})
@@ -265,6 +279,18 @@ export default {
 </script>
 
 <style lang="scss">
+.top-swiper {
+	width: 750rpx;
+	height: 896rpx;
+	.carousel-item {
+		width: 750rpx;
+		height: 896rpx;
+		image {
+			width: 100%;
+			height: 100%;
+		}
+	}
+}
 .Mask {
 	width: 100%;
 	height: 100vh;
@@ -277,13 +303,16 @@ export default {
 		height: 100vh;
 	}
 }
+.main {
+	position: relative;
+}
 .bg {
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	width: 750rpx;
-	height: 1654rpx;
+	height: 760rpx;
 	image {
 		width: 100%;
 		height: 100%;
@@ -340,7 +369,6 @@ page {
 	height: 1550rpx;
 }
 .good-wrap {
-	padding-top: 898rpx;
 	.good-tit {
 		position: relative;
 		.good-tit-bg {

+ 300 - 301
pages/user/xfjfzz.vue

@@ -3,26 +3,24 @@
 		<view class="content-money">
 			<view class="flex">
 				<view class="buttom">
-					<view class="icon" v-if="type== 1">{{ userInfo.integral | getMoneyStyle }}</view>
-					<view class="icon" v-if="type== 2">{{ userInfo.dynamic_integral | getMoneyStyle }}</view>
-					<view class="icon" v-if="type== 3">{{ userInfo.now_money | getMoneyStyle }}</view>
+					<view class="icon" v-if="type == 1">{{ userInfo.integral | getMoneyStyle }}</view>
+					<view class="icon" v-if="type == 2">{{ userInfo.dynamic_integral | getMoneyStyle }}</view>
+					<view class="icon" v-if="type == 3">{{ userInfo.now_money | getMoneyStyle }}</view>
 					<text class="text">可转账余额</text>
 				</view>
 			</view>
 		</view>
 		<view class="row-box">
 			<view class="title">收款人UID</view>
-			<view class="row"><input class="input" type="number" v-model="card" placeholder="请输入收款人UID"
-					placeholder-class="placeholder" /></view>
+			<view class="row"><input class="input" type="number" v-model="card" placeholder="请输入收款人UID" placeholder-class="placeholder" /></view>
 		</view>
 		<view class="row-box">
 			<view class="title">转账金额</view>
 			<view class="row">
 				<!-- <text class="tit">¥</text> -->
-				<input class="input" type="number" v-model="withdrawal" placeholder="转入金额"
-					placeholder-class="placeholder" />
-				<view class="buttom" @click="withdrawal = userInfo.integral" v-if="type== 1">全部转账</view>
-				<view class="buttom" @click="withdrawal = userInfo.dynamic_integral" v-if="type== 2">全部转账</view>
+				<input class="input" type="number" v-model="withdrawal" placeholder="转入金额" placeholder-class="placeholder" />
+				<view class="buttom" @click="withdrawal = userInfo.integral" v-if="type == 1">全部转账</view>
+				<view class="buttom" @click="withdrawal = userInfo.dynamic_integral" v-if="type == 2">全部转账</view>
 			</view>
 		</view>
 		<button class="add-btn up" :class="{ action: loding }" @click="!loding ? confirm() : ''">转账</button>
@@ -30,345 +28,346 @@
 </template>
 
 <script>
-	import {
+import { getMoneyStyle } from '@/utils/rocessor.js';
+import { getUserInfo, jfzz } from '@/api/user.js';
+import { mapMutations, mapState } from 'vuex';
+export default {
+	filters: {
 		getMoneyStyle
-	} from '@/utils/rocessor.js';
-	import {
-		getUserInfo,
-		jfzz
-	} from '@/api/user.js';
-	import {
-		mapMutations,
-		mapState
-	} from 'vuex';
-	export default {
-		filters: {
-			getMoneyStyle
-		},
-		data() {
-			return {
-				money: '0.00', //可提现金额
-				withdrawal: '', //提现金额
-				password: '', //支付密码
-				card: '', //转账卡号
-				name: '',
-				// #ifdef H5
-				weichatBsrowser: false,
-				// #endif
-				loding: false,
-				type: 0
-			};
-		},
-		onLoad(options) {
+	},
+	data() {
+		return {
+			money: '0.00', //可提现金额
+			withdrawal: '', //提现金额
+			password: '', //支付密码
+			card: '', //转账卡号
+			name: '',
 			// #ifdef H5
-			this.weichatBsrowser = uni.getStorageSync('weichatBrowser');
+			weichatBsrowser: false,
 			// #endif
-			this.dataUp();
-			if (options.type) {
-				this.type = options.type;
-				console.log(this.type);
-				if(this.type == 1) {
-					uni.setNavigationBarTitle({
-						title:'静态积分转账'
-					})
-				}else if(this.type == 2){
-					uni.setNavigationBarTitle({
-						title:'动态积分转账'
-					})
-				}else if(this.type == 3){
-					uni.setNavigationBarTitle({
-						title:'余额转账'
-					})
-				}
+			loding: false,
+			type: 0
+		};
+	},
+	onLoad(options) {
+		// #ifdef H5
+		this.weichatBsrowser = uni.getStorageSync('weichatBrowser');
+		// #endif
+		this.dataUp();
+		if (options.type) {
+			this.type = options.type;
+			console.log(this.type);
+			if (this.type == 1) {
+				uni.setNavigationBarTitle({
+					title: '静态积分转账'
+				});
+			} else if (this.type == 2) {
+				uni.setNavigationBarTitle({
+					title: '动态积分转账'
+				});
+			} else if (this.type == 3) {
+				uni.setNavigationBarTitle({
+					title: '余额转账'
+				});
 			}
+		}
+	},
+	computed: {
+		...mapState('user', ['userInfo'])
+	},
+	methods: {
+		...mapMutations('user', ['setUserInfo', 'login']),
+		// 更新数据
+		dataUp() {
+			let obj = this;
+			getUserInfo({})
+				.then(e => {
+					obj.login();
+					// 保存返回用户数据
+					obj.setUserInfo(e.data);
+				})
+				.catch(e => {
+					console.log(e);
+				});
 		},
-		computed: {
-			...mapState('user', ['userInfo'])
+		// 切换选中对象
+		tabRadio(e) {
+			this.type = e.detail.value;
 		},
-		methods: {
-			...mapMutations('user', ['setUserInfo', 'login']),
-			// 更新数据
-			dataUp() {
-				let obj = this;
-				getUserInfo({})
-					.then(e => {
-						obj.login();
-						// 保存返回用户数据
-						obj.setUserInfo(e.data);
-					})
-					.catch(e => {
-						console.log(e);
-					});
-			},
-			// 切换选中对象
-			tabRadio(e) {
-				this.type = e.detail.value;
-			},
-			// 提交
-			confirm() {
-				let obj = this;
-				obj.loding = true;
-				if (obj.withdrawal == 0) {
-					obj.loding = false;
-					uni.showModal({
-						title: '提示',
-						content: '转账金额不要为0'
-					});
-					return;
+		// 提交
+		confirm() {
+			let obj = this;
+			obj.loding = true;
+			if (obj.withdrawal == 0) {
+				obj.loding = false;
+				uni.showModal({
+					title: '提示',
+					content: '转账金额不要为0'
+				});
+				return;
+			}
+			if (obj.card == obj.userInfo.uid) {
+				obj.loding = false;
+				uni.showModal({
+					title: '提示',
+					content: '不要输入自己的用户账号'
+				});
+				return;
+			}
+			let data = {
+				uid: obj.card, //编号
+				price: obj.withdrawal, //金额
+				type: obj.type
+			};
+			uni.showModal({
+				title: '提示',
+				content: '是否转账给该用户:' + obj.card,
+				success: function(res) {
+					if (res.confirm) {
+						jfzz(data)
+							.then(e => {
+								// 允许按钮点击
+								obj.loding = false;
+								// 初始化提现金额
+								obj.withdrawal = '';
+								uni.showToast({
+									title: '转账成功',
+									duration: 2000,
+									position: 'top'
+								});
+								obj.dataUp();
+								obj.cancel();
+							})
+							.catch(e => {
+								obj.$api.msg(e.msg);
+								obj.loding = false;
+								console.log();
+							});
+					} else if (res.cancel) {
+						console.log('用户点击取消');
+					}
 				}
-				if (obj.card == obj.userInfo.uid) {
-					obj.loding = false;
-					uni.showModal({
-						title: '提示',
-						content: '不要输入自己的用户账号'
+			});
+		},
+		boblack() {
+			uni.navigateBack({
+				fail() {
+					uni.switchTab({
+						url: '/pages/index/index'
 					});
-					return
 				}
-				let data = {
-					uid: obj.card, //编号
-					price: obj.withdrawal ,//金额
-					type: obj.type
-				};
-				jfzz(data)
-					.then(e => {
-				
-						// 允许按钮点击
-						obj.loding = false;
-						// 初始化提现金额
-						obj.withdrawal = '';
-						uni.showToast({
-							title: '转账成功',
-							duration: 2000,
-							position: 'top'
-						});
-						obj.dataUp();
-						obj.cancel()
-					})
-					.catch(e => {
-						obj.$api.msg(e.msg);
-						obj.loding = false;
-						console.log();
-					});
-			},
-			boblack() {
-				uni.navigateBack({
-					fail() {
-						uni.switchTab({
-							url: '/pages/index/index'
-						})
-					}
-				})
-			},
+			});
 		}
-	};
+	}
+};
 </script>
 
 <style lang="scss">
-	page {
-		height: 100%;
+page {
+	height: 100%;
+}
+
+.content-money {
+	padding: 30rpx 0;
+	background: #ffffff;
+}
+
+.item {
+	padding: 0 $page-row-spacing;
+	background-color: #ffffff;
+}
+
+.flex {
+	background-color: #ffffff;
+	text-align: center;
+	margin: 0 30rpx;
+	border-radius: $border-radius-sm;
+	justify-content: center;
+
+	.buttom {
+		font-size: $font-lg;
+		width: 50%;
+	}
+
+	.interval {
+		width: 2px;
+		height: 60rpx;
+		background-color: #eeeeee;
 	}
 
-	.content-money {
-		padding: 30rpx 0;
-		background: #ffffff;
+	.icon {
+		background-size: 100%;
+		font-size: 42rpx;
+		color: $font-color-dark;
+		font-weight: bold;
+		background-repeat: no-repeat;
+		background-position: center;
 	}
 
-	.item {
-		padding: 0 $page-row-spacing;
-		background-color: #ffffff;
+	.text {
+		color: $font-color-light;
 	}
+}
 
-	.flex {
-		background-color: #ffffff;
-		text-align: center;
-		margin: 0 30rpx;
-		border-radius: $border-radius-sm;
-		justify-content: center;
+.row-box {
+	margin-top: 30rpx;
+	padding: 20rpx 30rpx;
+	background: #fff;
 
-		.buttom {
-			font-size: $font-lg;
-			width: 50%;
-		}
+	.title {
+		font-size: $font-base + 2rpx;
+		color: $font-color-dark;
+	}
+
+	.row {
+		display: flex;
+		align-items: center;
+		position: relative;
+		height: 80rpx;
 
-		.interval {
-			width: 2px;
-			height: 60rpx;
-			background-color: #eeeeee;
+		.tit {
+			flex-shrink: 0;
+			width: 40rpx;
+			font-size: 30rpx;
+			color: $font-color-dark;
 		}
 
-		.icon {
-			background-size: 100%;
-			font-size: 42rpx;
+		.input {
+			flex: 1;
+			font-size: 30rpx;
 			color: $font-color-dark;
-			font-weight: bold;
-			background-repeat: no-repeat;
-			background-position: center;
 		}
 
-		.text {
+		.iconlocation {
+			font-size: 36rpx;
 			color: $font-color-light;
 		}
-	}
-
-	.row-box {
-		margin-top: 30rpx;
-		padding: 20rpx 30rpx;
-		background: #fff;
 
-		.title {
-			font-size: $font-base + 2rpx;
-			color: $font-color-dark;
+		.buttom {
+			color: #f21f5d;
+			font-size: $font-base;
 		}
+	}
+}
+
+.add-btn {
+	width: 520rpx;
+	height: 80rpx;
+	border-radius: 20rpx;
+	margin: 140rpx auto 0;
+	font-size: 36rpx;
+	font-weight: bold;
+	color: #a67452;
+	background-color: #e5c498;
+}
+
+.back-btn {
+	width: 520rpx;
+	height: 80rpx;
+	border-radius: 20rpx;
+	margin: 40rpx auto;
+	font-size: 36rpx;
+	font-weight: bold;
+	color: #303030;
+	background-color: #f8daba;
+}
+
+.name {
+	background: #fff;
+	padding: 30rpx;
+}
+
+.list {
+	padding-left: 30rpx;
+	margin-top: 30rpx;
+	background-color: #ffffff;
+
+	.box {
+		display: flex;
+		align-items: center;
+		width: 100%;
+		height: 120rpx;
+		border-bottom: 1px solid $border-color-light;
 
-		.row {
-			display: flex;
-			align-items: center;
-			position: relative;
-			height: 80rpx;
-
-			.tit {
-				flex-shrink: 0;
-				width: 40rpx;
-				font-size: 30rpx;
-				color: $font-color-dark;
-			}
-
-			.input {
-				flex: 1;
-				font-size: 30rpx;
-				color: $font-color-dark;
-			}
-
-			.iconlocation {
-				font-size: 36rpx;
-				color: $font-color-light;
-			}
+		.icon {
+			font-size: 48rpx;
+			padding-right: 20rpx;
 
-			.buttom {
-				color: #f21f5d;
-				font-size: $font-base;
+			.icon-img {
+				height: 50rpx;
+				width: 50rpx;
 			}
 		}
-	}
-
-	.add-btn {
-		width: 520rpx;
-		height: 80rpx;
-		border-radius: 20rpx;
-		margin: 140rpx auto 0;
-		font-size: 36rpx;
-		font-weight: bold;
-		color: #a67452;
-		background-color: #e5c498;
-	}
 
-	.back-btn {
-		width: 520rpx;
-		height: 80rpx;
-		border-radius: 20rpx;
-		margin: 40rpx auto;
-		font-size: 36rpx;
-		font-weight: bold;
-		color: #303030;
-		background-color: #F8DABA;
-	}
-
-	.name {
-		background: #fff;
-		padding: 30rpx;
-	}
+		.iconweixin1 {
+			color: #18bf16;
+		}
 
-	.list {
-		padding-left: 30rpx;
-		margin-top: 30rpx;
-		background-color: #ffffff;
-
-		.box {
-			display: flex;
-			align-items: center;
-			width: 100%;
-			height: 120rpx;
-			border-bottom: 1px solid $border-color-light;
-
-			.icon {
-				font-size: 48rpx;
-				padding-right: 20rpx;
-
-				.icon-img {
-					height: 50rpx;
-					width: 50rpx;
-				}
-			}
+		.iconzhifubao {
+			color: #08aaec;
+		}
 
-			.iconweixin1 {
-				color: #18bf16;
-			}
+		.title-box {
+			flex-grow: 1;
+			text-align: left;
 
-			.iconzhifubao {
-				color: #08aaec;
+			.title {
+				font-size: $font-base + 2rpx;
+				color: $font-color-base;
 			}
 
-			.title-box {
-				flex-grow: 1;
-				text-align: left;
-
-				.title {
-					font-size: $font-base + 2rpx;
-					color: $font-color-base;
-				}
-
-				.node {
-					font-size: $font-sm;
-					color: $font-color-light;
-				}
+			.node {
+				font-size: $font-sm;
+				color: $font-color-light;
 			}
 		}
 	}
-
-	.tip {
-		padding: 20rpx;
-		color: #ff0000;
+}
+
+.tip {
+	padding: 20rpx;
+	color: #ff0000;
+}
+
+/deep/ .uni-radio-input {
+	width: 45rpx;
+	height: 45rpx;
+}
+
+.psw-wrapper {
+	width: 548rpx;
+	height: 344rpx;
+	background-color: #ffffff;
+	border-radius: 15rpx 15rpx;
+
+	.psw-title {
+		width: 100%;
+		font-size: 35rpx;
+		padding: 43rpx 0 49rpx;
+		text-align: center;
+		font-weight: 800;
 	}
 
-	/deep/ .uni-radio-input {
-		width: 45rpx;
-		height: 45rpx;
+	.psw-ipt {
+		display: block;
+		background-color: #dce3ed;
+		height: 90rpx;
+		width: 464rpx;
+		padding-left: 30rpx;
+		margin: 0 auto;
+		font-size: 80rpx;
 	}
 
-	.psw-wrapper {
-		width: 548rpx;
-		height: 344rpx;
-		background-color: #FFFFFF;
-		border-radius: 15rpx 15rpx;
-
-		.psw-title {
-			width: 100%;
-			font-size: 35rpx;
-			padding: 43rpx 0 49rpx;
-			text-align: center;
-			font-weight: 800;
-		}
-
-		.psw-ipt {
-			display: block;
-			background-color: #dce3ed;
-			height: 90rpx;
-			width: 464rpx;
-			padding-left: 30rpx;
-			margin: 0 auto;
-			font-size: 80rpx;
-		}
-
-		.psw-btn text {
-			display: inline-block;
-			text-align: center;
-			width: 50%;
-			padding-top: 29rpx;
-			font-size: 35rpx;
-		}
+	.psw-btn text {
+		display: inline-block;
+		text-align: center;
+		width: 50%;
+		padding-top: 29rpx;
+		font-size: 35rpx;
+	}
 
-		.psw-qd {
-			color: #5771DF;
-		}
+	.psw-qd {
+		color: #5771df;
 	}
+}
 </style>

BIN
static/img/index-bg.png


BIN
unpackage/dist/build/h5/10-31-1.rar


BIN
unpackage/dist/build/h5/h5.rar


+ 1 - 1
unpackage/dist/build/h5/index.html

@@ -1,2 +1,2 @@
 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>美盟会</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
-            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/index/static/index.b0707a6a.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.da2bad7f.js></script><script src=/index/static/js/index.46836610.js></script></body></html>
+            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/index/static/index.b0707a6a.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.da2bad7f.js></script><script src=/index/static/js/index.60e6a9bd.js></script></body></html>

BIN
unpackage/dist/build/h5/static/img/index-bg.5dee1f5f.png


BIN
unpackage/dist/build/h5/static/img/index-bg.6527fb06.png


BIN
unpackage/dist/build/h5/static/img/index-bg.png


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/index.46836610.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/index.60e6a9bd.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-activity-bargain-index.810bafba.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-activity-goods_bargain-index.176346bc.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-activity-goods_bargain_details-index.6f0d4787.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-index-index.1cfba10c.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-index-index.23b550ed.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-money-account.82a7c2a5.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-money-pay.f7031ece.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-money-withdrawal.2ac12643.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-order-createOrder.e22041df.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-order-order~pages-shop-info~pages-shop-order~pages-user-award~pages-user-extension~pages-user-~aea0fd7e.6614bef8.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-public-login.5476dee5.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-redirect-redirect.276617f6.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-set-address.55294e8a.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-set-address.83a7b2be.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-set-addressManage~pages-user-shop~pages-user-teacher.bb3a0c49.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-set-userinfo.616731ce.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-set-userinfo.b880d654.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-shop-info.16f27687.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-shop-info.99a9d4a6.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-shop-sale.afeffff6.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-award.63858bdb.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-award.b1c738d3.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-extension.e48e719e.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-shareQrCode.b2e58433.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.07129ee5.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.0cee1429.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-xfjfzz.4cf59f11.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-yue.630f6efc.js


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä