From d3125bc004a3680e28f13f82ad3af6f530718b23 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 01 八月 2024 18:24:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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