mabaoyi 4 miesięcy temu
rodzic
commit
3b4aa157dc
37 zmienionych plików z 271 dodań i 262 usunięć
  1. 7 4
      components/kj-express/kj-express.vue
  2. 12 6
      components/kj-index/kj-index.vue
  3. 234 233
      pages/index/index.vue
  4. 0 0
      unpackage/dist/build/mp-weixin/common/runtime.js
  5. 0 0
      unpackage/dist/build/mp-weixin/common/vendor.js
  6. 0 0
      unpackage/dist/build/mp-weixin/components/kj-express/kj-express.js
  7. 0 0
      unpackage/dist/build/mp-weixin/components/kj-express/kj-express.wxml
  8. 0 0
      unpackage/dist/build/mp-weixin/components/kj-express/kj-express.wxss
  9. 0 0
      unpackage/dist/build/mp-weixin/components/kj-index/kj-index.js
  10. 0 0
      unpackage/dist/build/mp-weixin/components/kj-index/kj-index.wxml
  11. 0 0
      unpackage/dist/build/mp-weixin/components/kj-index/kj-index.wxss
  12. 0 0
      unpackage/dist/build/mp-weixin/pageB/recipientinfo.js
  13. 0 0
      unpackage/dist/build/mp-weixin/pageB/recipientinfo.wxml
  14. 0 0
      unpackage/dist/build/mp-weixin/pageD/logisticsProgress/logisticsProgress.js
  15. 0 0
      unpackage/dist/build/mp-weixin/pages/index/index.js
  16. 0 0
      unpackage/dist/build/mp-weixin/pages/index/index.wxml
  17. 0 0
      unpackage/dist/build/mp-weixin/pages/index/index.wxss
  18. 0 0
      unpackage/dist/build/mp-weixin/pages/login/login.js
  19. 0 1
      unpackage/dist/build/mp-weixin/pages/login/login.json
  20. 0 0
      unpackage/dist/build/mp-weixin/pages/login/login.wxml
  21. 1 1
      unpackage/dist/build/mp-weixin/pages/login/login.wxss
  22. 2 2
      unpackage/dist/build/mp-weixin/pages/mine/component/mallOrderForm.json
  23. 2 2
      unpackage/dist/build/mp-weixin/pages/mine/component/mineMoney.json
  24. 2 2
      unpackage/dist/build/mp-weixin/pages/mine/component/personalFunction.json
  25. 2 2
      unpackage/dist/build/mp-weixin/pages/mine/component/teamFunction.json
  26. 1 1
      unpackage/dist/build/mp-weixin/project.config.json
  27. 2 2
      unpackage/dist/build/mp-weixin/uni_modules/lime-painter/components/l-painter-image/l-painter-image.json
  28. 2 2
      unpackage/dist/build/mp-weixin/uni_modules/lime-painter/components/l-painter/l-painter.json
  29. 2 2
      unpackage/dist/build/mp-weixin/uview-ui/components/u-swipe-action-item/u-swipe-action-item.json
  30. 2 2
      unpackage/dist/build/mp-weixin/uview-ui/components/u-swipe-action/u-swipe-action.json
  31. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/components/kj-express/kj-express.js.map
  32. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/components/kj-index/kj-index.js.map
  33. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
  34. 0 0
      unpackage/dist/dev/mp-weixin/components/kj-express/kj-express.js
  35. 0 0
      unpackage/dist/dev/mp-weixin/components/kj-index/kj-index.js
  36. 0 0
      unpackage/dist/dev/mp-weixin/pages/index/index.js
  37. 0 0
      unpackage/dist/dev/mp-weixin/pages/index/index.wxml

+ 7 - 4
components/kj-express/kj-express.vue

@@ -442,6 +442,9 @@
 <script>
 import { conn } from "@/utils/WebIM";
 export default {
+	props:{
+		language:''
+	},
   data() {
     return {
       //顶部分段器
@@ -461,7 +464,7 @@ export default {
       leftname: "",
       rightname: "",
       container_id: "", //货柜列表
-      language: "zh-CN",
+      // language: "zh-CN",
       goodinfo: {}, //物品信息
       unit_price: "",
       expressList: [],
@@ -486,9 +489,9 @@ export default {
     // 	title: this.i18n.setup
     // })
     this.express(); //获取包裹数量
-    if (uni.getStorageSync("language") != "") {
-      this.language = uni.getStorageSync("language");
-    }
+    // if (uni.getStorageSync("language") != "") {
+    //   this.language = uni.getStorageSync("language");
+    // }
     this.getexpress();
     this.getlist();
   },

+ 12 - 6
components/kj-index/kj-index.vue

@@ -1,8 +1,8 @@
 <template>
 	<!-- 商城 -->
-	<scroll-view @scrolltolower='lower' class="" scroll-y='true'style="height: calc(100vh - 300rpx);">
+	<scroll-view @scrolltolower='lower' class="" scroll-y='true' style="height: calc(100vh - 300rpx);">
 		<!-- <view class="index-navbar"> -->
-		<view class="" style="margin-top: 30rpx;padding:0 24rpx;" >
+		<view class="" style="margin-top: 30rpx;padding:0 24rpx;">
 			<!-- 搜索 -->
 			<view class="search">
 				<view class="u-flex">
@@ -232,6 +232,9 @@
 		recom
 	} from "../../network/shopApi.js";
 	export default {
+		props: {
+			language: ''
+		},
 		data() {
 			return {
 				recomlist: [], //推荐列表
@@ -250,7 +253,6 @@
 				],
 				show: true,
 				timer: '',
-				language: 'zh-CN',
 				subsidylist: [], //百万补贴
 				packlist: [], //拼包好物
 				shippList: [], //海外包邮
@@ -289,8 +291,12 @@
 			// this.seater()
 			//商品推荐
 			this.getlista()
+			if (uni.getStorageSync('language') != '') {
+				this.language = uni.getStorageSync('language')
+			}
 		},
-		mounted() {  
+		mounted() {
+			console.log(this._language, 'this._language');
 			this.config()
 			// tabs列表
 			this.category()
@@ -309,7 +315,7 @@
 		},
 		methods: {
 			//下拉触底
-			lower(){
+			lower() {
 				if (this.page < this.last_page) {
 					if (this.current != 0) {
 						this.page++
@@ -563,7 +569,7 @@
 	}
 
 	.discount {
-		
+
 		// width: 100rpx;
 		padding: 0 6rpx;
 		height: 36rpx;

+ 234 - 233
pages/index/index.vue

@@ -25,20 +25,21 @@
 				</view>
 			</u-navbar>
 		</view>
-		<swiper style="height: calc(100vh - 300rpx);" class="index-swiper" :circular="false" :autoplay="false" :current="current" @change="swipertotabs" >
+		<swiper style="height: calc(100vh - 300rpx);" class="index-swiper" :circular="false" :autoplay="false"
+			:current="current" @change="swipertotabs">
 			<!-- 商城 -->
 			<swiper-item>
-				<view >
-					<kj-express></kj-express>
+				<view>
+					<kj-express :language='language'></kj-express>
 				</view>
 			</swiper-item>
 			<swiper-item>
-				<view  >
-					<kj-index></kj-index>
+				<view>
+					<kj-index :language='language'></kj-index>
 				</view>
 			</swiper-item>
 		</swiper>
-		<view class="" style="height: 160rpx;" ></view>
+		<view class="" style="height: 160rpx;"></view>
 		<kj-tabbar :value1=0 ref="kjTabbar"></kj-tabbar>
 	</view>
 </template>
@@ -69,7 +70,6 @@
 				],
 				show: true,
 				timer: '',
-				language: 'zh-CN',
 				subsidylist: [], //百万补贴
 				packlist: [], //拼包好物
 				shippList: [], //海外包邮
@@ -82,6 +82,7 @@
 				url: '',
 				unReadCount: 0,
 				type: "error",
+				language:''
 			}
 		},
 		computed: {
@@ -123,15 +124,15 @@
 			// //海外包邮
 			// this.shipp()
 			// this.recommend()
-			// if (uni.getStorageSync('language') != '') {
-			// 	this.language = uni.getStorageSync('language')
-			// }
+			if (uni.getStorageSync('language') != '') {
+				this.language = uni.getStorageSync('language')
+			}
 			// this.HXlogin()
-      this.$refs.kjTabbar.getNumber();
+			this.$refs.kjTabbar.getNumber();
 		},
 		methods: {
 			//左右切换
-			swipertotabs(e){
+			swipertotabs(e) {
 				this.current = e.detail.current
 			},
 			//分段器切换
@@ -368,224 +369,224 @@
 	page {
 		background-color: rgba(0, 0, 0, 0)
 	}
-	
-
-.discount {
-  // width: 100rpx;
-  padding: 0 6rpx;
-  height: 36rpx;
-  background: #ff1515;
-  border-radius: 6rpx;
-  position: absolute;
-  left: 12rpx;
-  top: 12rpx;
-  z-index: 10;
-  font-family: OriyaMN;
-  font-size: 20rpx;
-  color: #ffffff;
-  line-height: 36rpx;
-  text-align: center;
-  font-style: normal;
-}
-
-.index-navbar {
-  position: sticky;
-  top: 0;
-  left: 0;
-  width: 750rpx;
-  z-index: 100;
-}
-
-::v-deep .u-tabs {
-  width: 560rpx;
-}
-
-.taber {
-  border-radius: 4rpx;
-  padding: 4rpx 8rpx;
-  margin-bottom: 10rpx;
-  font-family: PingFangSC, PingFang SC;
-  font-weight: 400;
-  font-size: 16rpx;
-  color: #d48700;
-  line-height: 28rpx;
-  text-align: left;
-  font-style: normal;
-}
-
-.title {
-  font-family: SFPro, SFPro;
-  font-weight: 400;
-  font-size: 26rpx;
-  color: #222222;
-  // line-height: 30rpx;
-  // text-align: left;
-  // font-style: normal;
-  width: 300rpx;
-  // height: 70rpx;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  word-break: break-all;
-  -webkit-line-clamp: 1;
-  display: -webkit-box;
-  -webkit-box-orient: vertical;
-}
-
-.weight {
-  font-family: SFPro, SFPro;
-  font-weight: 400;
-  font-size: 20rpx;
-  color: #888888;
-  line-height: 24rpx;
-  text-align: left;
-  font-style: normal;
-  margin-left: 12rpx;
-}
-
-.shopname {
-  width: 124rpx;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  word-break: break-all;
-  white-space: nowrap;
-  font-family: PingFangSC, PingFang SC;
-  font-weight: 400;
-  font-size: 20rpx;
-  color: #666666;
-  line-height: 28rpx;
-  text-align: left;
-  font-style: normal;
-}
-
-.money {
-  font-family: HarmonyOS_Sans_Medium;
-  font-size: 28rpx;
-  color: #f83224;
-  line-height: 38rpx;
-  text-align: right;
-  font-style: normal;
-}
-
-.biaoqian {
-  height: 28rpx;
-  border-radius: 6rpx;
-  padding: 6rpx;
-  margin-left: 8rpx;
-  font-family: PingFangSC, PingFang SC;
-  font-weight: 400;
-  font-size: 20rpx;
-  color: #ffffff;
-  line-height: 30rpx;
-  text-align: center;
-  overflow: hidden;
-}
-
-.tag {
-  // height: 28rpx;
-  border-radius: 14rpx 14rpx 14rpx 0rpx;
-  border: 1rpx solid #ffffff;
-  padding: 6rpx;
-  text-align: center;
-  font-family: PingFangSC, PingFang SC;
-  font-weight: 400;
-  font-size: 20rpx;
-  color: #ffffff;
-  line-height: 28rpx;
-  text-align: center;
-  font-style: normal;
-  box-sizing: border-box;
-  // margin-left: -15rpx;
-}
-
-.bigbox {
-  width: 340rpx;
-  // height: 468rpx;
-  background: #ffffff;
-  border-radius: 12rpx;
-  border: 2rpx solid #ffffff;
-  margin-bottom: 22rpx;
-  padding: 18rpx 20rpx;
-  box-sizing: border-box;
-}
-
-.smallbox {
-  width: 340rpx;
-  height: 226rpx;
-  background: #ffffff;
-  border-radius: 12rpx;
-  border: 2rpx solid #ffffff;
-  margin-bottom: 22rpx;
-  padding: 18rpx 20rpx;
-  box-sizing: border-box;
-}
-
-.shopback {
-  width: 750rpx;
-  min-height: 1216rpx;
-  background: #f4f4f4;
-  border-radius: 28rpx 28rpx 0rpx 0rpx;
-  padding: 26rpx 24rpx;
-  box-sizing: border-box;
-}
-
-.fenlei {
-  font-family: PingFangSC, PingFang SC;
-  font-weight: 400;
-  font-size: 28rpx;
-  color: #222222;
-  line-height: 40rpx;
-  text-align: right;
-  font-style: normal;
-  margin-left: 8rpx;
-}
-
-.search {
-  width: 702rpx;
-  height: 68rpx;
-  background: #ffffff;
-  border-radius: 34rpx;
-  padding: 6rpx 6rpx 6rpx 36rpx;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  box-sizing: border-box;
-
-  .right {
-    width: 100rpx;
-    height: 56rpx;
-    background: #ed0909;
-    border-radius: 28rpx;
-    font-family: PingFangSC, PingFang SC;
-    font-weight: 400;
-    font-size: 26rpx;
-    color: #ffffff;
-    line-height: 56rpx;
-    text-align: center;
-  }
-}
-
-.border {
-  width: 2rpx;
-  height: 24rpx;
-  border: 2rpx solid #979797;
-  opacity: 0.2;
-  background-color: #979797;
-}
-
-// ::v-deep .u-navbar__content.data-v-1194bf80 {
-// 	background-color: rgba(0, 0, 0, 0) !important;
-// }
-
-// ::v-deep .u-status-bar.data-v-13f16680 {
-// 	background-color: rgba(0, 0, 0, 0) !important;
-// }
-
-::v-deep .u-subsection--button.data-v-b14d3440 {
-  /* padding: 6rpx 34rpx !important; */
-  border-radius: 64rpx !important;
-}
-
-::v-deep .u-subsection--button__bar.data-v-b14d3440 {
-  border-radius: 32rpx !important;
-}
-</style>
+
+
+	.discount {
+		// width: 100rpx;
+		padding: 0 6rpx;
+		height: 36rpx;
+		background: #ff1515;
+		border-radius: 6rpx;
+		position: absolute;
+		left: 12rpx;
+		top: 12rpx;
+		z-index: 10;
+		font-family: OriyaMN;
+		font-size: 20rpx;
+		color: #ffffff;
+		line-height: 36rpx;
+		text-align: center;
+		font-style: normal;
+	}
+
+	.index-navbar {
+		position: sticky;
+		top: 0;
+		left: 0;
+		width: 750rpx;
+		z-index: 100;
+	}
+
+	::v-deep .u-tabs {
+		width: 560rpx;
+	}
+
+	.taber {
+		border-radius: 4rpx;
+		padding: 4rpx 8rpx;
+		margin-bottom: 10rpx;
+		font-family: PingFangSC, PingFang SC;
+		font-weight: 400;
+		font-size: 16rpx;
+		color: #d48700;
+		line-height: 28rpx;
+		text-align: left;
+		font-style: normal;
+	}
+
+	.title {
+		font-family: SFPro, SFPro;
+		font-weight: 400;
+		font-size: 26rpx;
+		color: #222222;
+		// line-height: 30rpx;
+		// text-align: left;
+		// font-style: normal;
+		width: 300rpx;
+		// height: 70rpx;
+		overflow: hidden;
+		text-overflow: ellipsis;
+		word-break: break-all;
+		-webkit-line-clamp: 1;
+		display: -webkit-box;
+		-webkit-box-orient: vertical;
+	}
+
+	.weight {
+		font-family: SFPro, SFPro;
+		font-weight: 400;
+		font-size: 20rpx;
+		color: #888888;
+		line-height: 24rpx;
+		text-align: left;
+		font-style: normal;
+		margin-left: 12rpx;
+	}
+
+	.shopname {
+		width: 124rpx;
+		overflow: hidden;
+		text-overflow: ellipsis;
+		word-break: break-all;
+		white-space: nowrap;
+		font-family: PingFangSC, PingFang SC;
+		font-weight: 400;
+		font-size: 20rpx;
+		color: #666666;
+		line-height: 28rpx;
+		text-align: left;
+		font-style: normal;
+	}
+
+	.money {
+		font-family: HarmonyOS_Sans_Medium;
+		font-size: 28rpx;
+		color: #f83224;
+		line-height: 38rpx;
+		text-align: right;
+		font-style: normal;
+	}
+
+	.biaoqian {
+		height: 28rpx;
+		border-radius: 6rpx;
+		padding: 6rpx;
+		margin-left: 8rpx;
+		font-family: PingFangSC, PingFang SC;
+		font-weight: 400;
+		font-size: 20rpx;
+		color: #ffffff;
+		line-height: 30rpx;
+		text-align: center;
+		overflow: hidden;
+	}
+
+	.tag {
+		// height: 28rpx;
+		border-radius: 14rpx 14rpx 14rpx 0rpx;
+		border: 1rpx solid #ffffff;
+		padding: 6rpx;
+		text-align: center;
+		font-family: PingFangSC, PingFang SC;
+		font-weight: 400;
+		font-size: 20rpx;
+		color: #ffffff;
+		line-height: 28rpx;
+		text-align: center;
+		font-style: normal;
+		box-sizing: border-box;
+		// margin-left: -15rpx;
+	}
+
+	.bigbox {
+		width: 340rpx;
+		// height: 468rpx;
+		background: #ffffff;
+		border-radius: 12rpx;
+		border: 2rpx solid #ffffff;
+		margin-bottom: 22rpx;
+		padding: 18rpx 20rpx;
+		box-sizing: border-box;
+	}
+
+	.smallbox {
+		width: 340rpx;
+		height: 226rpx;
+		background: #ffffff;
+		border-radius: 12rpx;
+		border: 2rpx solid #ffffff;
+		margin-bottom: 22rpx;
+		padding: 18rpx 20rpx;
+		box-sizing: border-box;
+	}
+
+	.shopback {
+		width: 750rpx;
+		min-height: 1216rpx;
+		background: #f4f4f4;
+		border-radius: 28rpx 28rpx 0rpx 0rpx;
+		padding: 26rpx 24rpx;
+		box-sizing: border-box;
+	}
+
+	.fenlei {
+		font-family: PingFangSC, PingFang SC;
+		font-weight: 400;
+		font-size: 28rpx;
+		color: #222222;
+		line-height: 40rpx;
+		text-align: right;
+		font-style: normal;
+		margin-left: 8rpx;
+	}
+
+	.search {
+		width: 702rpx;
+		height: 68rpx;
+		background: #ffffff;
+		border-radius: 34rpx;
+		padding: 6rpx 6rpx 6rpx 36rpx;
+		display: flex;
+		align-items: center;
+		justify-content: space-between;
+		box-sizing: border-box;
+
+		.right {
+			width: 100rpx;
+			height: 56rpx;
+			background: #ed0909;
+			border-radius: 28rpx;
+			font-family: PingFangSC, PingFang SC;
+			font-weight: 400;
+			font-size: 26rpx;
+			color: #ffffff;
+			line-height: 56rpx;
+			text-align: center;
+		}
+	}
+
+	.border {
+		width: 2rpx;
+		height: 24rpx;
+		border: 2rpx solid #979797;
+		opacity: 0.2;
+		background-color: #979797;
+	}
+
+	// ::v-deep .u-navbar__content.data-v-1194bf80 {
+	// 	background-color: rgba(0, 0, 0, 0) !important;
+	// }
+
+	// ::v-deep .u-status-bar.data-v-13f16680 {
+	// 	background-color: rgba(0, 0, 0, 0) !important;
+	// }
+
+	::v-deep .u-subsection--button.data-v-b14d3440 {
+		/* padding: 6rpx 34rpx !important; */
+		border-radius: 64rpx !important;
+	}
+
+	::v-deep .u-subsection--button__bar.data-v-b14d3440 {
+		border-radius: 32rpx !important;
+	}
+</style>

Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/common/runtime.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/common/vendor.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/components/kj-express/kj-express.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/components/kj-express/kj-express.wxml


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/components/kj-express/kj-express.wxss


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/components/kj-index/kj-index.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/components/kj-index/kj-index.wxml


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/components/kj-index/kj-index.wxss


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pageB/recipientinfo.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pageB/recipientinfo.wxml


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pageD/logisticsProgress/logisticsProgress.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/index/index.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/index/index.wxml


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/index/index.wxss


Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/login/login.js


+ 0 - 1
unpackage/dist/build/mp-weixin/pages/login/login.json

@@ -2,7 +2,6 @@
   "navigationBarTitleText": "登录",
   "enablePullDownRefresh": false,
   "usingComponents": {
-    "u--input": "/uview-ui/components/u--input/u--input",
     "u-checkbox-group": "/uview-ui/components/u-checkbox-group/u-checkbox-group",
     "u-checkbox": "/uview-ui/components/u-checkbox/u-checkbox"
   }

Plik diff jest za duży
+ 0 - 0
unpackage/dist/build/mp-weixin/pages/login/login.wxml


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

@@ -1 +1 @@
-page.data-v-75fec470{background-color:#fff!important;height:100vh}.login-btn.data-v-75fec470{width:662rpx;height:96rpx;background:#f83224;box-shadow:0rpx 16rpx 40rpx -12rpx rgba(255,21,21,.5);border-radius:48rpx;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:32rpx;color:#fff;line-height:96rpx;text-align:center;font-style:normal}.fontYin.data-v-75fec470{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:24rpx;color:#666;line-height:34rpx;text-align:left;font-style:normal}
+page.data-v-927f464e{background-color:#fff!important;height:100vh}.login-btn.data-v-927f464e{width:662rpx;height:96rpx;background:#f83224;box-shadow:0rpx 16rpx 40rpx -12rpx rgba(255,21,21,.5);border-radius:48rpx;font-family:PingFangSC,PingFang SC;font-weight:500;font-size:32rpx;color:#fff;line-height:96rpx;text-align:center;font-style:normal}.fontYin.data-v-927f464e{font-family:PingFangSC,PingFang SC;font-weight:400;font-size:24rpx;color:#666;line-height:34rpx;text-align:left;font-style:normal}

+ 2 - 2
unpackage/dist/build/mp-weixin/pages/mine/component/mallOrderForm.json

@@ -1,4 +1,4 @@
 {
-  "component": true,
-  "usingComponents": {}
+  "usingComponents": {},
+  "component": true
 }

+ 2 - 2
unpackage/dist/build/mp-weixin/pages/mine/component/mineMoney.json

@@ -1,4 +1,4 @@
 {
-  "component": true,
-  "usingComponents": {}
+  "usingComponents": {},
+  "component": true
 }

+ 2 - 2
unpackage/dist/build/mp-weixin/pages/mine/component/personalFunction.json

@@ -1,4 +1,4 @@
 {
-  "component": true,
-  "usingComponents": {}
+  "usingComponents": {},
+  "component": true
 }

+ 2 - 2
unpackage/dist/build/mp-weixin/pages/mine/component/teamFunction.json

@@ -1,4 +1,4 @@
 {
-  "component": true,
-  "usingComponents": {}
+  "usingComponents": {},
+  "component": true
 }

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

@@ -8,7 +8,7 @@
     "urlCheck": false,
     "es6": false,
     "postcss": false,
-    "minified": true,
+    "minified": false,
     "newFeature": true,
     "bigPackageSizeSupport": true,
     "babelSetting": {

+ 2 - 2
unpackage/dist/build/mp-weixin/uni_modules/lime-painter/components/l-painter-image/l-painter-image.json

@@ -1,4 +1,4 @@
 {
-  "usingComponents": {},
-  "component": true
+  "component": true,
+  "usingComponents": {}
 }

+ 2 - 2
unpackage/dist/build/mp-weixin/uni_modules/lime-painter/components/l-painter/l-painter.json

@@ -1,4 +1,4 @@
 {
-  "usingComponents": {},
-  "component": true
+  "component": true,
+  "usingComponents": {}
 }

+ 2 - 2
unpackage/dist/build/mp-weixin/uview-ui/components/u-swipe-action-item/u-swipe-action-item.json

@@ -1,6 +1,6 @@
 {
-  "component": true,
   "usingComponents": {
     "u-icon": "/uview-ui/components/u-icon/u-icon"
-  }
+  },
+  "component": true
 }

+ 2 - 2
unpackage/dist/build/mp-weixin/uview-ui/components/u-swipe-action/u-swipe-action.json

@@ -1,4 +1,4 @@
 {
-  "component": true,
-  "usingComponents": {}
+  "usingComponents": {},
+  "component": true
 }

Plik diff jest za duży
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/components/kj-express/kj-express.js.map


Plik diff jest za duży
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/components/kj-index/kj-index.js.map


Plik diff jest za duży
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map


Plik diff jest za duży
+ 0 - 0
unpackage/dist/dev/mp-weixin/components/kj-express/kj-express.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/dev/mp-weixin/components/kj-index/kj-index.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/dev/mp-weixin/pages/index/index.js


Plik diff jest za duży
+ 0 - 0
unpackage/dist/dev/mp-weixin/pages/index/index.wxml


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików