hmp 4 anni fa
parent
commit
4ce39f5946

+ 1 - 1
pages/order/comps/card.vue

@@ -18,7 +18,7 @@
 				<view style="font-size: 26rpx;color: #888888;">
 					<view class="margin-bottom-10">
 						<text>{{item.id}}</text>
-						<text @click="$util.copy(item.id)" class="margin-left-10 text-black">复制</text>
+						<text @click.stop="$util.copy(item.id)" class="margin-left-10 text-black">复制</text>
 					</view>
 					<view class="flex justify-between ">
 						<text class="center">{{item.createTime}}</text>

+ 6 - 0
pagesB/pages/agent/agentDetail.vue

@@ -19,6 +19,12 @@
 				show:false
 			}
 		},
+		onLoad(options) {
+			if (this.$isNotEmpty(options.scene)) {
+				let agenterId=decodeURIComponent(options.scene)
+				agenterId && this.$cache.put('agenterId',agenterId)
+			}
+		},
 		methods: {
 			nav() {
 				uni.navigateTo({

File diff suppressed because it is too large
+ 303 - 302
pagesD/pages/menu/menu.vue


BIN
pagesD/static/icon/cart.png


Some files were not shown because too many files changed in this diff