From 38f714e74646cdc391b5e044870d206a8cb92376 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 11 二月 2026 10:01:32 +0800
Subject: [PATCH] 经销商管理

---
 mini-program/pagesA/pages/shop_points/shop_points.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mini-program/pagesA/pages/shop_points/shop_points.vue b/mini-program/pagesA/pages/shop_points/shop_points.vue
index 866f3f5..abb3394 100644
--- a/mini-program/pagesA/pages/shop_points/shop_points.vue
+++ b/mini-program/pagesA/pages/shop_points/shop_points.vue
@@ -1,7 +1,7 @@
 <template>
 	<view class="points">
 		
-		<view class="info-rule">绉垎瑙勫垯</view>
+		<view class="info-rule" @click="jumpService">绉垎瑙勫垯</view>
 		<view class="head" :style="{ backgroundImage: 'url(' + backImage + ')', height: 'calc(' + (navHeight + statusbarHeight + 'px + 376rpx)') }">
 			<view :style="{ width: '100%', height: navHeight + statusbarHeight + 'px' }"></view>
 			<view class="head-bar" :style="{ height: navHeight + statusbarHeight + 'px' }">
@@ -119,9 +119,9 @@
 					} 
 					this.loading=false
 			},
-			jumpService(flag) {
+			jumpService() {
 				uni.navigateTo({
-					url: '/pagesA/rich-text-page/rich-text-page?flag='+2
+					url: '/pagesA/pages/rich-text-page/rich-text-page?flag='+2
 				})
 			},
 			checkShopLogin(){

--
Gitblit v1.9.3