mobile/pages3/release/supplyindex/index.vue
@@ -127,6 +127,7 @@
            <button type="primary" class="btn-gcred" @click="apply()">立即申请入驻</button>
         </view>
      </template>
      <shopTabBar></shopTabBar>
   </view>
</template>
@@ -185,7 +186,7 @@
               title: '加载中'
            });
            self._post(
               'plus.release.demandIndex/topay', {
               'plus.release.supplyIndex/topay', {
                  pay_source: self.getPlatform(),
                  formData: JSON.stringify(formData),
               },
@@ -198,6 +199,7 @@
            );
         },
         
         /*切换身份*/
         jump() {
            this.gotoPage('/pages3/release/demandindex/index');