lhl 2 gadi atpakaļ
vecāks
revīzija
1b856ccfe6
48 mainītis faili ar 253 papildinājumiem un 232 dzēšanām
  1. 1 0
      App.vue
  2. 2 1
      pages/money/withdrawal.vue
  3. 2 2
      pages/order/order.vue
  4. 7 3
      pages/product/product.vue
  5. 225 218
      pages/set/addressManage.vue
  6. 10 3
      pages/user/user.vue
  7. BIN
      unpackage/dist/build/h5/5-21-9.rar
  8. 1 1
      unpackage/dist/build/h5/index.html
  9. 0 0
      unpackage/dist/build/h5/static/js/index.582791bf.js
  10. 0 0
      unpackage/dist/build/h5/static/js/pages-money-withdrawal.424905a1.js
  11. 0 0
      unpackage/dist/build/h5/static/js/pages-money-withdrawal.61826c1e.js
  12. 0 0
      unpackage/dist/build/h5/static/js/pages-order-order.beecc30f.js
  13. 0 0
      unpackage/dist/build/h5/static/js/pages-order-order.ef97dcbf.js
  14. 0 0
      unpackage/dist/build/h5/static/js/pages-product-product.28e57b6f.js
  15. 0 0
      unpackage/dist/build/h5/static/js/pages-product-product.a2793054.js
  16. 0 0
      unpackage/dist/build/h5/static/js/pages-set-addressManage.b930a31e.js
  17. 0 0
      unpackage/dist/build/h5/static/js/pages-set-addressManage.f6c283ac.js
  18. 0 0
      unpackage/dist/build/h5/static/js/pages-user-user.381a7aad.js
  19. 0 0
      unpackage/dist/build/h5/static/js/pages-user-user.772a314f.js
  20. 0 0
      unpackage/dist/build/mp-weixin/common/vendor.js
  21. 0 0
      unpackage/dist/build/mp-weixin/pages/index/index.js
  22. 0 0
      unpackage/dist/build/mp-weixin/pages/index/index.wxml
  23. 0 0
      unpackage/dist/build/mp-weixin/pages/index/index.wxss
  24. 0 0
      unpackage/dist/build/mp-weixin/pages/money/withdrawal.js
  25. 0 0
      unpackage/dist/build/mp-weixin/pages/order/createOrder.js
  26. 0 0
      unpackage/dist/build/mp-weixin/pages/order/createOrder.wxml
  27. 0 0
      unpackage/dist/build/mp-weixin/pages/order/order.js
  28. 0 0
      unpackage/dist/build/mp-weixin/pages/order/order.wxml
  29. 0 0
      unpackage/dist/build/mp-weixin/pages/product/product.js
  30. 0 0
      unpackage/dist/build/mp-weixin/pages/product/product.wxml
  31. 0 0
      unpackage/dist/build/mp-weixin/pages/public/wxLogin.js
  32. 0 0
      unpackage/dist/build/mp-weixin/pages/shop/djqQm.js
  33. 1 1
      unpackage/dist/build/mp-weixin/pages/shop/djqQm.wxml
  34. 1 1
      unpackage/dist/build/mp-weixin/pages/shop/djqQm.wxss
  35. 0 0
      unpackage/dist/build/mp-weixin/pages/shop/shopDetail.js
  36. 0 0
      unpackage/dist/build/mp-weixin/pages/shop/shopDetail.wxml
  37. 0 0
      unpackage/dist/build/mp-weixin/pages/shop/shopList.js
  38. 0 0
      unpackage/dist/build/mp-weixin/pages/shop/shopList.wxml
  39. 0 0
      unpackage/dist/build/mp-weixin/pages/shop/shopList.wxss
  40. 0 0
      unpackage/dist/build/mp-weixin/pages/user/award.js
  41. 0 0
      unpackage/dist/build/mp-weixin/pages/user/award.wxml
  42. 0 0
      unpackage/dist/build/mp-weixin/pages/user/myyhq.js
  43. 0 0
      unpackage/dist/build/mp-weixin/pages/user/myyhq.wxml
  44. 1 1
      unpackage/dist/build/mp-weixin/pages/user/myyhq.wxss
  45. 0 0
      unpackage/dist/build/mp-weixin/pages/user/user.js
  46. 0 0
      unpackage/dist/build/mp-weixin/pages/user/user.wxml
  47. 2 1
      unpackage/dist/build/mp-weixin/project.config.json
  48. BIN
      unpackage/dist/build/mp-weixin/static/icon/good-gift.png

+ 1 - 0
App.vue

@@ -54,6 +54,7 @@
 			}
 			if (bool) {
 				// 加载微信信息
+				console.log('app开始加载微信data')
 				weixindata();
 			}
 			// #endif

+ 2 - 1
pages/money/withdrawal.vue

@@ -167,7 +167,7 @@
 				}) => {
 					console.log(data, 'data+++++++++')
 					this.minPrice = data.minPrice;
-					this.money = data.broken_commission
+					this.money = data.brokerage_price
 				});
 			},
 			// 跳转
@@ -219,6 +219,7 @@
 
 				extractCash(data)
 					.then(e => {
+						this.loadData()
 						getUserInfo({})
 							.then(({
 								data

+ 2 - 2
pages/order/order.vue

@@ -59,8 +59,8 @@
 								@click.stop="sy(item)">使用</button>
 							<button v-if="item._status._title == '待收货'" @click.stop="orderTake(item, index)"
 								class="action-btn">确认收货</button>
-							<button v-if="item._status._title == '未发货' && item.is_gift != 1" class="action-btn"
-								@click.stop="orderRefund(item)">申请退款</button>
+							<!-- 							<button v-if="item._status._title == '未发货' && item.is_gift != 1" class="action-btn"
+								@click.stop="orderRefund(item)">申请退款</button> -->
 						</view>
 					</view>
 

+ 7 - 3
pages/product/product.vue

@@ -61,8 +61,9 @@
 				<view class="flex">
 					<view>购买数量</view>
 					<view class="item-list">
-						<uni-number-box class="step" :isMin="true" :value="goodsNumber" :min="1" :max="goodsNumberMax"
-							@eventChange="numberChange"></uni-number-box>
+						<uni-number-box class="step" :isMin="true" :value="goodsNumber" :min="1"
+							:max="goodsObjact.cate_id == '2'? 1:goodsNumberMax" @eventChange="numberChange">
+						</uni-number-box>
 					</view>
 				</view>
 				<button class="btn" @click.stop="buy">确定</button>
@@ -296,7 +297,10 @@
 					obj.buys_show = true;
 					obj.buys_shows = false;
 					obj.actionPrice = obj.productValue[str].price;
-					obj.goodsNumberMax = obj.productValue[str].stock;
+					if (obj.goodsNumberMax != 1) {
+						obj.goodsNumberMax = obj.productValue[str].stock;
+					}
+
 					obj.actionImage = obj.productValue[str].image;
 					obj.uniqueId = obj.productValue[str].unique;
 					obj.goodsStore = obj.productValue[str].stock;

+ 225 - 218
pages/set/addressManage.vue

@@ -1,219 +1,226 @@
-<template>
-	<view class="content">
-		<view class="row b-b">
-			<text class="tit">联系人</text>
-			<input class="input" type="text" v-model="addressData.name" placeholder="收货人姓名" placeholder-class="placeholder" />
-		</view>
-		<view class="row b-b">
-			<text class="tit">手机号</text>
-			<input class="input" type="number" v-model="addressData.mobile" placeholder="收货人手机号码" placeholder-class="placeholder" />
-		</view>
-		<view class="row b-b">
-			<text class="tit">地址</text>
-			<pickerAddress class="input" @change="onCityClick">{{addressDetail||'请选择地址'}}</pickerAddress>
-			<text class="iconfont iconlocation"></text>
-		</view>
-		<view class="row b-b">
-			<text class="tit">门牌号</text>
-			<input class="input" type="text" v-model="addressData.area" placeholder="楼号、门牌" placeholder-class="placeholder" />
-		</view>
-
-		<uni-list class="margin-t-20">
-			<uni-list-item
-				title="设为默认"
-				:switch-checked="addressData.default"
-				:show-switch="true"
-				:show-arrow="false"
-				switch-color="#303030"
-				@switchChange="switchChange"
-			></uni-list-item>
-		</uni-list>
-
-		<button class="add-btn" @click="confirm">提交</button>
-	</view>
-</template>
-
-<script>
-import uniList from '@/components/uni-list/uni-list.vue';
-import uniListItem from '@/components/uni-list-item/uni-list-item.vue';
-import uniPopup from '@/components/uni-popup/uni-popup.vue';
-import  pickerAddress from '@/components/wangding-pickerAddress/wangding-pickerAddress.vue';
-import { addressEdit } from '@/api/user.js';
-export default {
-	components: {
-		uniList,
-		uniListItem,
-		pickerAddress,
-		uniPopup
-	},
-	data() {
-		return {
-			addressDetail: '',
-			addressData: {
-				name: '',
-				mobile: '',
-				address: {
-					province: '',
-					city: '',
-					district: ''
-				},
-				area: '',
-				default: false
-			}
-		};
-	},
-	onLoad(option) {
-		let title = '新增收货地址';
-		if (option.type === 'edit') {
-			title = '编辑收货地址';
-			let data = JSON.parse(option.data);
-			console.log(data);
-
-			this.addressData = {
-				name: data.real_name,
-				mobile: data.phone,
-				address: {
-					province: data.province,
-					city: data.city,
-					district: data.district
-				},
-				area: data.detail,
-				default: data.is_default == 1,
-				id: data.id
-			};
-			this.addressDetail = data.province + data.city + data.district;
-		}
-		this.manageType = option.type;
-		uni.setNavigationBarTitle({
-			title
-		});
-	},
-	methods: {
-		// 选中城市切换
-		onCityClick({data}) {
-			let address = this.addressData.address;
-			address.province = data[0];
-			address.city = data[1];
-			address.district = data[2];
-			this.addressDetail = data.join('');
-		},
-		//地图选择地址
-		chooseLocation() {
-			uni.chooseLocation({
-				success: data => {
-					console.log(data);
-					this.addressData.addressName = data.name;
-					this.addressData.address = data.name;
-				}
-			});
-		},
-		// 设置是否为默认地址
-		switchChange(e) {
-			this.addressData.default = e.value;
-		},
-		//提交
-		confirm() {
-			let obj = this;
-			let data = this.addressData;
-			if (!data.name) {
-				this.$api.msg('请填写收货人姓名');
-				return;
-			}
-			if (/(^((13[0-9])|(15[^4])|(166)|(17[0-8])|(18[0-9])|(19[8-9])|(147,145))\\d{8}$)/.test(data.mobile)) {
-				this.$api.msg('请输入正确的手机号码');
-				return;
-			}
-			if (!data.address) {
-				this.$api.msg('请在地图选择所在位置');
-				return;
-			}
-			if (!data.area) {
-				this.$api.msg('请填写门牌号信息');
-				return;
-			}
-
-			//this.$api.prePage()获取上一页实例,可直接调用上页所有数据和方法,在App.vue定义
-			addressEdit({
-				real_name: data.name,
-				phone: data.mobile,
-				address: {
-					province: data.address.province,
-					city: data.address.city,
-					district: data.address.district
-				},
-				detail: data.area,
-				is_default: data.default,
-				id: data.id||"",
-				type:1
-			}).then(function(e) {
-				obj.$api.prePage().refreshList();
-				uni.showToast({
-					title:'提交成功',
-					duration:2000
-				});
-				setTimeout(function() {
-					uni.navigateBack();
-				}, 800);
-			});
-		}
-	}
-};
-</script>
-
-<style lang="scss">
-page {
-	background: $page-color-base;
-	padding-top: 16rpx;
-}
-
-.row {
-	display: flex;
-	align-items: center;
-	position: relative;
-	padding: 0 30rpx;
-	height: 110rpx;
-	background: #fff;
-
-	.tit {
-		flex-shrink: 0;
-		width: 120rpx;
-		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;
-	}
-}
-.default-row {
-	margin-top: 16rpx;
-	.tit {
-		flex: 1;
-	}
-	switch {
-		transform: translateX(16rpx) scale(0.9);
-	}
-}
-.add-btn {
-	display: flex;
-	align-items: center;
-	justify-content: center;
-	width: 690rpx;
-	height: 80rpx;
-	margin: 60rpx auto;
-	font-size: $font-lg;
-	color: #F8DABA;
-	background-color: #303030;
-	border-radius: 10rpx;
-	// box-shadow: 1px 2px 5px rgba(219, 63, 96, 0.4);
-}
-
-.alert-box {
-	background-color: #ffffff;
-}
+<template>
+	<view class="content">
+		<view class="row b-b">
+			<text class="tit">联系人</text>
+			<input class="input" type="text" v-model="addressData.name" placeholder="收货人姓名"
+				placeholder-class="placeholder" />
+		</view>
+		<view class="row b-b">
+			<text class="tit">手机号</text>
+			<input class="input" type="number" v-model="addressData.mobile" placeholder="收货人手机号码"
+				placeholder-class="placeholder" />
+		</view>
+		<view class="row b-b">
+			<text class="tit">地址</text>
+			<pickerAddress class="input" @change="onCityClick">{{addressDetail||'请选择地址'}}</pickerAddress>
+			<text class="iconfont iconlocation"></text>
+		</view>
+		<view class="row b-b">
+			<text class="tit">门牌号</text>
+			<input class="input" type="text" v-model="addressData.area" placeholder="楼号、门牌"
+				placeholder-class="placeholder" />
+		</view>
+
+		<uni-list class="margin-t-20">
+			<uni-list-item title="设为默认" :switch-checked="addressData.default" :show-switch="true" :show-arrow="false"
+				switch-color="#303030" @switchChange="switchChange"></uni-list-item>
+		</uni-list>
+
+		<button class="add-btn" @click="confirm">提交</button>
+	</view>
+</template>
+
+<script>
+	import uniList from '@/components/uni-list/uni-list.vue';
+	import uniListItem from '@/components/uni-list-item/uni-list-item.vue';
+	import uniPopup from '@/components/uni-popup/uni-popup.vue';
+	import pickerAddress from '@/components/wangding-pickerAddress/wangding-pickerAddress.vue';
+	import {
+		addressEdit
+	} from '@/api/user.js';
+	export default {
+		components: {
+			uniList,
+			uniListItem,
+			pickerAddress,
+			uniPopup
+		},
+		data() {
+			return {
+				addressDetail: '',
+				addressData: {
+					name: '',
+					mobile: '',
+					address: {
+						province: '',
+						city: '',
+						district: ''
+					},
+					area: '',
+					default: false
+				}
+			};
+		},
+		onLoad(option) {
+			let title = '新增收货地址';
+			if (option.type === 'edit') {
+				title = '编辑收货地址';
+				let data = JSON.parse(option.data);
+				console.log(data);
+
+				this.addressData = {
+					name: data.real_name,
+					mobile: data.phone,
+					address: {
+						province: data.province,
+						city: data.city,
+						district: data.district
+					},
+					area: data.detail,
+					default: data.is_default == 1,
+					id: data.id
+				};
+				this.addressDetail = data.province + data.city + data.district;
+			}
+			this.manageType = option.type;
+			uni.setNavigationBarTitle({
+				title
+			});
+		},
+		methods: {
+			// 选中城市切换
+			onCityClick({
+				data
+			}) {
+				let address = this.addressData.address;
+				address.province = data[0];
+				address.city = data[1];
+				address.district = data[2];
+				this.addressDetail = data.join('');
+			},
+			//地图选择地址
+			chooseLocation() {
+				uni.chooseLocation({
+					success: data => {
+						console.log(data);
+						this.addressData.addressName = data.name;
+						this.addressData.address = data.name;
+					}
+				});
+			},
+			// 设置是否为默认地址
+			switchChange(e) {
+				this.addressData.default = e.value;
+			},
+			//提交
+			confirm() {
+				let obj = this;
+				let data = this.addressData;
+				if (!data.name) {
+					this.$api.msg('请填写收货人姓名');
+					return;
+				}
+				if (!/(^1[2|3|4|5|6|7|8|9][0-9]{9}$)/.test(data.mobile)) {
+					this.$api.msg('请输入正确的手机号码');
+					return;
+				}
+				if (!data.address) {
+					this.$api.msg('请在地图选择所在位置');
+					return;
+				}
+				if (!data.area) {
+					this.$api.msg('请填写门牌号信息');
+					return;
+				}
+
+				//this.$api.prePage()获取上一页实例,可直接调用上页所有数据和方法,在App.vue定义
+				addressEdit({
+					real_name: data.name,
+					phone: data.mobile,
+					address: {
+						province: data.address.province,
+						city: data.address.city,
+						district: data.address.district
+					},
+					detail: data.area,
+					is_default: data.default,
+					id: data.id || "",
+					type: 1
+				}).then(function(e) {
+					obj.$api.prePage().refreshList();
+					uni.showToast({
+						title: '提交成功',
+						duration: 2000
+					});
+					setTimeout(function() {
+						uni.navigateBack();
+					}, 800);
+				});
+			}
+		}
+	};
+</script>
+
+<style lang="scss">
+	page {
+		background: $page-color-base;
+		padding-top: 16rpx;
+	}
+
+	.row {
+		display: flex;
+		align-items: center;
+		position: relative;
+		padding: 0 30rpx;
+		height: 110rpx;
+		background: #fff;
+
+		.tit {
+			flex-shrink: 0;
+			width: 120rpx;
+			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;
+		}
+	}
+
+	.default-row {
+		margin-top: 16rpx;
+
+		.tit {
+			flex: 1;
+		}
+
+		switch {
+			transform: translateX(16rpx) scale(0.9);
+		}
+	}
+
+	.add-btn {
+		display: flex;
+		align-items: center;
+		justify-content: center;
+		width: 690rpx;
+		height: 80rpx;
+		margin: 60rpx auto;
+		font-size: $font-lg;
+		color: #F8DABA;
+		background-color: #303030;
+		border-radius: 10rpx;
+		// box-shadow: 1px 2px 5px rgba(219, 63, 96, 0.4);
+	}
+
+	.alert-box {
+		background-color: #ffffff;
+	}
 </style>

+ 10 - 3
pages/user/user.vue

@@ -17,13 +17,13 @@
 					<view class="user-font">
 						<view class="name clamp" v-if="userInfo.nickname">{{ userInfo.nickname }}</view>
 						<view class="name clamp" v-else>游客</view>
-						<view class="phone">{{ userInfo.phone }}</view>
+						<view class="phone" v-if="userInfo.phone">{{ userInfo.phone }}</view>
 						<view class="phone" v-if="userInfo.uid">邀请码:{{ userInfo.uid }}</view>
 					</view>
 				</view>
-				<view class="kpi" v-if="userInfo.level > 1">
+				<view class="kpi" v-if="userInfo.level >= 1">
 					<image src="../../static/icon/u-v.png" mode="widthFix"></image>
-					会员VIP
+					{{userInfo.level == 1?'会员VIP':'创业合伙人'}}
 				</view>
 			</view>
 			<view class="main-box">
@@ -286,6 +286,13 @@
 						success: function(res) {
 							obj.code = res.resultStr; // 当needResult 为 1 时,扫码返回的结果
 							obj.$refs.popuphx.open();
+						},
+						fail() {
+							// obj.shao()
+							obj.$api.msg('系统繁忙请重新操作')
+							setTimeout(function() {
+								window.location.reload()
+							}, 300)
 						}
 					});
 				});

BIN
unpackage/dist/build/h5/5-20-5.rar → unpackage/dist/build/h5/5-21-9.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.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.58012eb0.js></script><script src=/index/static/js/index.4905c7d5.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.a5c69d49.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/index/static/js/chunk-vendors.58012eb0.js></script><script src=/index/static/js/index.582791bf.js></script></body></html>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/index.582791bf.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-money-withdrawal.424905a1.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-money-withdrawal.61826c1e.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-order-order.beecc30f.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-order-order.ef97dcbf.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-product-product.28e57b6f.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-product-product.a2793054.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-set-addressManage.b930a31e.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-set-addressManage.f6c283ac.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.381a7aad.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/h5/static/js/pages-user-user.772a314f.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/common/vendor.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/index/index.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/index/index.wxml


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/index/index.wxss


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/money/withdrawal.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/order/createOrder.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/order/createOrder.wxml


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/order/order.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/order/order.wxml


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/product/product.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/product/product.wxml


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/public/wxLogin.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/shop/djqQm.js


+ 1 - 1
unpackage/dist/build/mp-weixin/pages/shop/djqQm.wxml

@@ -1 +1 @@
-<view class="content data-v-7460c980"><swiper class="box data-v-7460c980" indicator-dots="{{list.length>1}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index"><swiper-item class="djq-wrap data-v-7460c980"><view class="data-v-7460c980"><view class="djq-top flex f-d-c f-j-c data-v-7460c980"><view class="djq-name data-v-7460c980">{{item.coupon_title}}</view><view class="djq-time data-v-7460c980">{{item.end_time==0?'永久有效':'有效期至'+item.end_time}}</view></view><view class="djq-body data-v-7460c980"><block wx:if="{{item.status==1}}"><view class="used data-v-7460c980"><image src="../../static/img/ysy.png" mode class="data-v-7460c980"></image></view></block><block wx:if="{{item.status==2}}"><view class="used data-v-7460c980"><image src="../../static/img/ygq.png" mode class="data-v-7460c980"></image></view></block><view class="ewm data-v-7460c980"><tki-qrcode vue-id="{{'b2da0042-1-'+index}}" cid="{{'aaa'+index}}" val="{{item.code}}" size="{{size}}" unit="{{unit}}" background="{{background}}" foreground="{{foreground}}" pdground="{{pdground}}" iconSize="{{iconSize}}" lv="{{lv}}" onval="{{onval}}" loadMake="{{loadMake}}" usingComponents="{{usingComponents}}" data-ref="qrcode" data-event-opts="{{[['^result',[['qrR']]]]}}" bind:result="__e" class="data-v-7460c980 vue-ref-in-for" bind:__l="__l"></tki-qrcode></view><view class="ewm-code data-v-7460c980">{{item.code}}</view></view></view></swiper-item></block></swiper></view>
+<view class="content data-v-5e633f8a"><swiper class="box data-v-5e633f8a" indicator-dots="{{list.length>1}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index"><swiper-item class="djq-wrap data-v-5e633f8a"><view class="data-v-5e633f8a"><view class="djq-top flex f-d-c f-j-c data-v-5e633f8a"><view class="djq-name data-v-5e633f8a">{{item.$orig.coupon_title}}</view><view class="djq-time data-v-5e633f8a">{{item.f0}}</view></view><view class="djq-body data-v-5e633f8a"><block wx:if="{{item.$orig.status==1}}"><view class="used data-v-5e633f8a"><image src="../../static/img/ysy.png" mode class="data-v-5e633f8a"></image></view></block><block wx:if="{{item.$orig.status==2}}"><view class="used data-v-5e633f8a"><image src="../../static/img/ygq.png" mode class="data-v-5e633f8a"></image></view></block><view class="ewm data-v-5e633f8a"><tki-qrcode vue-id="{{'b2da0042-1-'+index}}" cid="{{'aaa'+index}}" val="{{item.$orig.code}}" size="{{size}}" unit="{{unit}}" background="{{background}}" foreground="{{foreground}}" pdground="{{pdground}}" iconSize="{{iconSize}}" lv="{{lv}}" onval="{{onval}}" loadMake="{{loadMake}}" usingComponents="{{usingComponents}}" data-ref="qrcode" data-event-opts="{{[['^result',[['qrR']]]]}}" bind:result="__e" class="data-v-5e633f8a vue-ref-in-for" bind:__l="__l"></tki-qrcode></view><view class="ewm-code data-v-5e633f8a">{{item.$orig.code}}</view></view></view></swiper-item></block></swiper></view>

+ 1 - 1
unpackage/dist/build/mp-weixin/pages/shop/djqQm.wxss

@@ -1 +1 @@
-page.data-v-7460c980{height:100%;background-color:#f9e24f}.box.data-v-7460c980{width:696rpx;margin:auto;height:1060rpx}.djq-wrap.data-v-7460c980{width:696rpx;background-color:#fff;position:relative;margin:auto;margin-top:100rpx}.djq-wrap .djq-top.data-v-7460c980{height:185rpx;background:#f5f5f5;overflow:hidden}.djq-wrap .djq-top .djq-name.data-v-7460c980{font-size:44rpx;font-weight:700;color:#222}.djq-wrap .djq-top .djq-time.data-v-7460c980{font-size:24rpx;font-weight:500;color:#686868}.djq-wrap .djq-top.data-v-7460c980::after, .djq-wrap .djq-top.data-v-7460c980::before{content:"";height:120rpx;width:120rpx;border-radius:50%;position:absolute;top:-60rpx;background-color:#f9e24f}.djq-wrap .djq-top.data-v-7460c980::before{left:-60rpx}.djq-wrap .djq-top.data-v-7460c980::after{right:-60rpx}.djq-wrap .djq-body.data-v-7460c980{height:770rpx;position:relative;padding-top:115rpx}.djq-wrap .djq-body.data-v-7460c980::after, .djq-wrap .djq-body.data-v-7460c980::before{content:"";height:120rpx;width:120rpx;border-radius:50%;position:absolute;bottom:-60rpx;background-color:#f9e24f}.djq-wrap .djq-body.data-v-7460c980::before{left:-60rpx}.djq-wrap .djq-body.data-v-7460c980::after{right:-60rpx}.djq-wrap .djq-body .used.data-v-7460c980{position:absolute;top:0rpx;right:0rpx;z-index:99;height:440rpx;width:440rpx}.djq-wrap .djq-body .used image.data-v-7460c980{width:100%;height:100%}.djq-wrap .djq-body .ewm.data-v-7460c980{width:440rpx;height:440rpx;margin:auto}.djq-wrap .djq-body .ewm-code.data-v-7460c980{padding-top:55rpx;font-size:44rpx;font-weight:700;color:#333;text-align:center}
+page.data-v-5e633f8a{height:100%;background-color:#f9e24f}.box.data-v-5e633f8a{width:696rpx;margin:auto;height:1060rpx}.djq-wrap.data-v-5e633f8a{width:696rpx;background-color:#fff;position:relative;margin:auto;margin-top:100rpx}.djq-wrap .djq-top.data-v-5e633f8a{height:185rpx;background:#f5f5f5;overflow:hidden}.djq-wrap .djq-top .djq-name.data-v-5e633f8a{padding:0 60rpx;font-size:44rpx;font-weight:700;text-align:center;color:#222}.djq-wrap .djq-top .djq-time.data-v-5e633f8a{font-size:24rpx;font-weight:500;color:#686868}.djq-wrap .djq-top.data-v-5e633f8a::after, .djq-wrap .djq-top.data-v-5e633f8a::before{content:"";height:120rpx;width:120rpx;border-radius:50%;position:absolute;top:-60rpx;background-color:#f9e24f}.djq-wrap .djq-top.data-v-5e633f8a::before{left:-60rpx}.djq-wrap .djq-top.data-v-5e633f8a::after{right:-60rpx}.djq-wrap .djq-body.data-v-5e633f8a{height:770rpx;position:relative;padding-top:115rpx}.djq-wrap .djq-body.data-v-5e633f8a::after, .djq-wrap .djq-body.data-v-5e633f8a::before{content:"";height:120rpx;width:120rpx;border-radius:50%;position:absolute;bottom:-60rpx;background-color:#f9e24f}.djq-wrap .djq-body.data-v-5e633f8a::before{left:-60rpx}.djq-wrap .djq-body.data-v-5e633f8a::after{right:-60rpx}.djq-wrap .djq-body .used.data-v-5e633f8a{position:absolute;top:0rpx;right:0rpx;z-index:99;height:440rpx;width:440rpx}.djq-wrap .djq-body .used image.data-v-5e633f8a{width:100%;height:100%}.djq-wrap .djq-body .ewm.data-v-5e633f8a{width:440rpx;height:440rpx;margin:auto}.djq-wrap .djq-body .ewm-code.data-v-5e633f8a{padding-top:55rpx;font-size:44rpx;font-weight:700;color:#333;text-align:center}

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/shop/shopDetail.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/shop/shopDetail.wxml


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/shop/shopList.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/shop/shopList.wxml


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/shop/shopList.wxss


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/user/award.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/user/award.wxml


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/user/myyhq.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/user/myyhq.wxml


+ 1 - 1
unpackage/dist/build/mp-weixin/pages/user/myyhq.wxss

@@ -1 +1 @@
-@charset "UTF-8";.navbar.data-v-0efa068d{display:flex;height:40px;padding:0 5px;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.06);position:relative;z-index:10}.navbar .nav-item.data-v-0efa068d{flex:1;display:flex;justify-content:center;align-items:center;height:100%;font-size:15px;color:#303133;position:relative}.navbar .nav-item.current.data-v-0efa068d{color:#f65067}.navbar .nav-item.current.data-v-0efa068d:after{content:"";position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:44px;height:0;border-bottom:2px solid #f65067}.shop-dhq.data-v-0efa068d{width:702rpx;height:171rpx;box-shadow:0 0 20rpx 0 rgba(50,50,52,.15);margin:auto;border-radius:20rpx;background-color:#fff;padding:0 20rpx 0 26rpx;margin-bottom:20rpx}.shop-dhq .dhq-left .dhq-name.data-v-0efa068d{font-size:33rpx;font-weight:700;color:#333}.shop-dhq .dhq-left .dhq-price.data-v-0efa068d{padding-top:20rpx}.shop-dhq .dhq-left .dhq-price .j-price.data-v-0efa068d{font-size:38rpx;font-weight:700;color:#ff4c4c}.shop-dhq .dhq-left .dhq-price .j-price.data-v-0efa068d::before{content:"¥";font-size:24rpx;color:#ff4c4c}.shop-dhq .dhq-left .dhq-price .j-zk.data-v-0efa068d{display:inline-block;margin-left:10rpx;line-height:32rpx;height:32rpx;border:1px solid #ff4c4c;border-radius:5rpx;font-size:22rpx;font-weight:500;color:#ff4c4c;padding:0 8rpx}.shop-dhq .dhq-right.data-v-0efa068d{height:80%}.shop-dhq .dhq-right .right-btn.data-v-0efa068d{display:inline-block;padding:0 10rpx;line-height:56rpx;background:linear-gradient(143.2747deg,#ff6a00,#ee0979);border:1rpx solid #ff4c4c;border-radius:27rpx;text-align:center;color:#fff;font-size:28rpx;font-weight:700}.shop-dhq .dhq-right .ysy.data-v-0efa068d{background:#999;border:none;padding:0 20rpx}
+@charset "UTF-8";.navbar.data-v-3311b240{display:flex;height:40px;padding:0 5px;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.06);position:relative;z-index:10}.navbar .nav-item.data-v-3311b240{flex:1;display:flex;justify-content:center;align-items:center;height:100%;font-size:15px;color:#303133;position:relative}.navbar .nav-item.current.data-v-3311b240{color:#f65067}.navbar .nav-item.current.data-v-3311b240:after{content:"";position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:44px;height:0;border-bottom:2px solid #f65067}.shop-dhq.data-v-3311b240{width:702rpx;box-shadow:0 0 20rpx 0 rgba(50,50,52,.15);margin:auto;border-radius:20rpx;background-color:#fff;padding:0 20rpx 0 26rpx;margin-bottom:20rpx}.shop-dhq .dhq-left .dhq-name.data-v-3311b240{font-size:33rpx;font-weight:700;color:#333}.shop-dhq .dhq-left .store-name.data-v-3311b240{padding-left:20rpx;font-size:24rpx;font-weight:700}.shop-dhq .dhq-left .dhq-price.data-v-3311b240{padding-top:20rpx;padding-left:20rpx}.shop-dhq .dhq-left .dhq-price .j-price.data-v-3311b240{font-size:38rpx;font-weight:700;color:#ff4c4c}.shop-dhq .dhq-left .dhq-price .j-price.data-v-3311b240::before{content:"¥";font-size:24rpx;color:#ff4c4c}.shop-dhq .dhq-left .dhq-price .j-zk.data-v-3311b240{display:inline-block;margin-left:10rpx;line-height:32rpx;height:32rpx;border:1px solid #ff4c4c;border-radius:5rpx;font-size:22rpx;font-weight:500;color:#ff4c4c;padding:0 8rpx}.shop-dhq .dhq-right.data-v-3311b240{min-height:171rpx}.shop-dhq .dhq-right .right-btn.data-v-3311b240{display:inline-block;padding:0 10rpx;line-height:56rpx;background:linear-gradient(143.2747deg,#ff6a00,#ee0979);border:1rpx solid #ff4c4c;border-radius:27rpx;text-align:center;color:#fff;font-size:28rpx;font-weight:700}.shop-dhq .dhq-right .ysy.data-v-3311b240{background:#999;border:none;padding:0 20rpx}

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/user/user.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/user/user.wxml


+ 2 - 1
unpackage/dist/build/mp-weixin/project.config.json

@@ -31,7 +31,8 @@
             "outputPath": ""
         },
         "disableUseStrict": false,
-        "useCompilerPlugins": false
+        "useCompilerPlugins": false,
+        "minifyWXML": true
     },
     "compileType": "miniprogram",
     "libVersion": "2.24.2",

BIN
unpackage/dist/build/mp-weixin/static/icon/good-gift.png


Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels