''
liukangdong
2024-08-06 7b950f425d01b74febcebb9a6506e1607c3a2a0f
wechat_jiaxuan/pages/detailDis/product.js
@@ -77,7 +77,7 @@
    const {
      info, member
    } = this.data
    if (member.authStatus == '0') {
    if (!member.phone) {
      return wx.navigateTo({
        url: '/pages/auth/auth',
      })
@@ -136,6 +136,12 @@
    })
  },
  handleDesign() {
    const { member } = this.data
    if (!member.phone) {
      return wx.navigateTo({
        url: '/pages/auth/auth',
      })
    }
    wx.navigateTo({
      url: '/pages/design/design',
    })