xuxueyang
2024-09-05 f8867b8df117d1ac0f1311970994e15059c3da03
pages/login/supplier-login.vue
@@ -1,5 +1,5 @@
<template>
   <view class="main-container login-container img100 relative" style="margin-top: 0rpx;">
   <view class="main-container login-container img100 relative" style="margin-top: 0rpx;min-height: 100vh;">
      <!-- background-image:url('@/static/images/supplier/login/bg.png') -->
      <image class="component-bg"
@@ -47,7 +47,7 @@
               </view>
               <view class="flex flex-wrap-normal" v-if="true">
                  <view :style="{'margin-top': '40rpx','margin-right': '12rpx','font-size':'24rpx'}"
                  <view :style="{'margin-top': '24rpx','margin-right': '12rpx','font-size':'24rpx'}"
                     @click="protocal=!protocal" class="component-radio" :class="[protocal?'cur':'']">
                  </view>
@@ -142,9 +142,9 @@
         }
         try {
            if (!querydto.partnerUserId) {
               if (options.query && options.query.scene) {
               if (options.query && options.query.scene || options.scene) {
                  //说明是特殊小程序二维码扫码跳转的
                  var keyvalues = decodeURIComponent(options.query.scene).split("&")
                  var keyvalues = decodeURIComponent(options.query&&options.query.scene || options.scene).split("&")
                  for (var item of keyvalues) {
                     var tarr = item.split("=")
                     querydto[tarr[0]] = tarr[1]