From bf99ae66d14857dfcd97dc6ccb8e82a38d3bd75f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 19 七月 2024 09:05:46 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/design/design.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/design/design.js b/wechat_jiaxuan/pages/design/design.js
index 8b24073..0679de0 100644
--- a/wechat_jiaxuan/pages/design/design.js
+++ b/wechat_jiaxuan/pages/design/design.js
@@ -1,5 +1,6 @@
import {
getDictData,
+ getArea,
saveFreeCustomizationApply
} from '../../api/index'
Page({
@@ -14,6 +15,8 @@
showAreaList: false,
areaList: [],
+ cascaderValue: '',
+
DESIGN_BANNER: '',
WechatIMG558: '',
},
@@ -47,6 +50,7 @@
// 鏄剧ず鍒囨崲鍩庡競寮圭獥
chooseCity () {
this.setData({ showAreaList: !this.data.showAreaList })
+ console.log('chooseCity', chooseCity);
},
// 鍒囨崲鍩庡競
confirmChange(e) {
@@ -64,7 +68,19 @@
this.getShopList()
this.chooseCity()
},
+ onFinish() {
+
+ },
+ onClose() {
+ this.setData({ showAreaList: false })
+ },
initData() {
+ getArea({
+ "level": "",
+ "pid": ""
+ }).then(res => {
+ this.setData({areaList: res.data})
+ })
getDictData({
code: 'WEIXIN_DEFAULT_IMGS',
label: 'DESIGN_BANNER'
--
Gitblit v1.9.3