From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/pages/store/index.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wechat_staff/pages/store/index.js b/wechat_staff/pages/store/index.js
index 666ccef..e27fe20 100644
--- a/wechat_staff/pages/store/index.js
+++ b/wechat_staff/pages/store/index.js
@@ -22,10 +22,10 @@
   loadShopList(params) {
     loadShopList({}).then(res => { 
       if(res.data &&res.data){
-        const t = '';
+        let t = '';
         res.data.forEach(item => {
           if(item.seqNameList && item.seqNameList.length){
-            const tindex =0;
+            let tindex =0;
             item.seqNameList.forEach(element => {
               if(tindex>0){
                 t =t+"銆�"
@@ -45,8 +45,8 @@
   getShopInfo(id){  
      getShopDetail(id).then(res => {
       if(res.data && res.data.seqNameList){
-        const t = '';
-        const tindex =0;
+        let t = '';
+        let tindex =0;
         res.data.seqNameList.array.forEach(element => {
           if(tindex>0){
             t =t+"銆�"

--
Gitblit v1.9.3