Explorar el Código

机构复制链接修改

yuwenjun1997 hace 2 años
padre
commit
768fddcc8e
Se han modificado 2 ficheros con 15 adiciones y 2 borrados
  1. 2 2
      src/views/normal/club/edit.vue
  2. 13 0
      src/views/normal/club/index.vue

+ 2 - 2
src/views/normal/club/edit.vue

@@ -28,7 +28,7 @@
           <el-button slot="append" icon="el-icon-map-location" @click="initMap" />
         </el-input>
       </el-form-item>
-      <el-form-item label="联系电话:" prop="mobile">
+      <el-form-item label="联系电话:">
         <el-input v-model="formData.mobile" placeholder="请输入联系方式" clearable />
       </el-form-item>
 
@@ -270,7 +270,7 @@ export default {
         // 新增授权牌字段
         authCode: '',
         authDate: '',
-        authImageType: '',
+        authImageType: 1,
         authImageLogo: '',
         authImage: ''
       },

+ 13 - 0
src/views/normal/club/index.vue

@@ -284,6 +284,19 @@ export default {
       )
     },
 
+    // cotyClubLink($event, row) {
+    //   // http://192.168.2.92:8888/114/app/record/club/detail
+    //   let name = 'app'
+    //   if (this.authUserId === 12) {
+    //     name = 'ross'
+    //   }
+    //   handleClipboard(
+    //     `${process.env.VUE_APP_WWW_HOST}/${this.authUserId}/${name}/form/link-register?type=link&authId=${row.authId}`,
+    //     '链接已复制到粘贴板',
+    //     $event
+    //   )
+    // },
+
     // 上传文件
     submitUpload() {
       this.$refs.dialogForm.validate((valid) => {