liukangdong
2024-07-18 5b219a9694c8d69db42e746a654c779cc6a61bf6
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'