zhaoxiaohai 3 gadi atpakaļ
vecāks
revīzija
7a803477a6

+ 1 - 1
components/My_MembersAndProducts/index.wxml

@@ -3,7 +3,7 @@
         <!-- 图片 -->
         <view class="grey_rectangle_image" wx:if="{{attinfos.length<=1}}" style="height: {{imgSize}}; width:{{imgSize}}; border-radius: {{radius}};">
             <image wx:if="{{attinfos[0].fobsurl}}" src="{{attinfos[0].fobsurl}}" mode="aspectFill" data-index="0" catchtap="viewImg"></image>
-            <image wx:else src="/static/userCenter/userImg.png" mode="aspectFit"></image>
+            <image wx:else src="https://bwj.obs.cn-east-2.myhuaweicloud.com/resources/WeChat/userCenter/userImg.png" mode="aspectFit"></image>
         </view>
         <swiper wx:else class="grey_rectangle_image" autoplay circular style="height: {{imgSize}}; width:{{imgSize}}; border-radius: {{radius}};">
             <swiper-item wx:for="{{attinfos}}">

+ 3 - 2
pages/businessPartner/applyFor.js

@@ -114,8 +114,7 @@ Page({
     optionChange({
         detail
     }) {
-        console.log(detail)
-        let ftype = Number;
+        let ftype = 1;
         const i = this.data.showBtn,
             content = (detail == '双向合作') ? '是否确定将“' + this.data.requestList[i].fbrand + '”作为您的“' + detail + '”伙伴' : '是否确定将“' + this.data.requestList[i].fbrand + '”作为您的“' + detail + '合作”伙伴',
             that = this;
@@ -130,6 +129,7 @@ Page({
                 ftype = 3;
                 break;
         };
+        console.log(ftype)
         wx.showModal({
             title: '提示',
             content: content,
@@ -144,6 +144,7 @@ Page({
                             "ftype": ftype
                         }
                     }).then(res => {
+                        console.log(res)
                         if (res.msg != '成功') return wx.showToast({
                             title: res.data,
                             icon: "none"

+ 7 - 0
project.private.config.json

@@ -198,6 +198,13 @@
                     "name": "",
                     "pathName": "pages/login/QrCode",
                     "query": "",
+                    "launchMode": "default",
+                    "scene": null
+                },
+                {
+                    "name": "",
+                    "pathName": "pages/businessPartner/applyFor",
+                    "query": "",
                     "scene": null,
                     "launchMode": "default"
                 }