Browse Source

✨ feat: 完善个体工商户入驻

GuYun-D 1 year ago
parent
commit
f17f17f793
5 changed files with 495 additions and 371 deletions
  1. 2 1
      config/index.js
  2. 3 1
      src/api/index.js
  3. 54 53
      src/views/home/index.vue
  4. 402 316
      src/views/moblie/mUinitBusiness.vue
  5. 34 0
      test.js

+ 2 - 1
config/index.js

@@ -12,7 +12,8 @@ module.exports = {
     proxyTable: {
       '/api': {
         // target: 'http://192.168.0.150:9007', // 测试
-        target: 'http://192.168.0.91:9004', // 测试
+        // target: 'https://nsappapi.tuanfengkeji.cn', // 测试
+        target: 'http://192.168.0.91:9107', // 测试
         changeOrigin: true,
         pathRewrite: {
           '^/api': '/'

+ 3 - 1
src/api/index.js

@@ -29,6 +29,8 @@ export const api = {
   personalCheck: `${BASEURL}/check/personalCheck`,
   getByName: `${BASEURL}/app/getSelect`,
   plannerCheck: `${BASEURL}/check/marketing`, // 策划师入驻
-  subsidiaryCompanyCheck: `${BASEURL}/check/agentCheck`
+  subsidiaryCompanyCheck: `${BASEURL}/check/agentCheck`,
+  getCategoryList: `${BASEURL}/shopCategory/getShopCategoryLevel`,
+  getChildCategoryList: `${BASEURL}/shopCategory/getShopCategorySon`
 }
 export default api

+ 54 - 53
src/views/home/index.vue

@@ -34,7 +34,7 @@
               <span>{{ item.label }}</span>
             </div>
           </div>
-          <div class="entranceBtn">
+          <!-- <div class="entranceBtn">
             <div
               class="btnContainer"
               v-for="item in newPcBtnList"
@@ -44,7 +44,7 @@
               <div class="maskImage"><img class="smallImg" :src="item.img" alt=""></div>
               <span>{{ item.label }}</span>
             </div>
-          </div>
+          </div> -->
         </div>
       </div>
     </div>
@@ -79,28 +79,28 @@ export default {
   data () {
     return {
       userName: '',
-      newPcBtnList: [
-        {
-          value: 4,
-          img: 'static/imgs/pc/yxchsRUZHU.svg',
-          label: '营销策划师',
-          type: 'planner'
-        },
-        {
-          value: 5,
-          img: 'static/imgs/pc/fengongsi.svg',
-          label: '分公司',
-          type: 'SubsidiaryCompany'
-        }
-      ],
+      // newPcBtnList: [
+      //   {
+      //     value: 4,
+      //     img: 'static/imgs/pc/yxchsRUZHU.svg',
+      //     label: '营销策划师',
+      //     type: 'planner'
+      //   },
+      //   {
+      //     value: 5,
+      //     img: 'static/imgs/pc/fengongsi.svg',
+      //     label: '分公司',
+      //     type: 'SubsidiaryCompany'
+      //   }
+      // ],
       // pc端列表渲染
       pcBtnList: [
-        {
-          value: 0,
-          img: 'static/imgs/pc/pc-personal.svg',
-          label: '个人商户',
-          type: 'personal'
-        },
+        // {
+        //   value: 0,
+        //   img: 'static/imgs/pc/pc-personal.svg',
+        //   label: '个人商户',
+        //   type: 'personal'
+        // },
         {
           value: 1,
           img: 'static/imgs/pc/pc-IndividualBusiness.svg',
@@ -113,21 +113,21 @@ export default {
           label: '企业商户',
           type: 'enterprisesApply'
         },
-        {
-          value: 3,
-          img: 'static/imgs/pc/pc-organization.svg',
-          label: '其他组织',
-          type: 'organization'
-        }
+        // {
+        //   value: 3,
+        //   img: 'static/imgs/pc/pc-organization.svg',
+        //   label: '其他组织',
+        //   type: 'organization'
+        // }
       ],
       // 手机端列表渲染
       mbBtnList: [
-        {
-          value: 0,
-          img: 'static/imgs/mb/mb-personal.svg',
-          label: '个人商户',
-          type: 'mPersonal'
-        },
+        // {
+        //   value: 0,
+        //   img: 'static/imgs/mb/mb-personal.svg',
+        //   label: '个人商户',
+        //   type: 'mPersonal'
+        // },
         {
           value: 1,
           img: 'static/imgs/mb/mb-mUinitBusiness.svg',
@@ -140,24 +140,24 @@ export default {
           label: '企业商户',
           type: 'mEnterprise'
         },
-        {
-          value: 4,
-          img: 'static/imgs/mb/cehuashi.svg',
-          label: '营销策划师',
-          type: 'mPlanner'
-        },
-        {
-          value: 5,
-          img: 'static/imgs/mb/fengongsi.svg',
-          label: '分公司',
-          type: 'mSubsidiaryCompany'
-        },
-        {
-          value: 3,
-          img: 'static/imgs/mb/mb-mOtherOrg.svg',
-          label: '其他组织',
-          type: 'mOtherOrg'
-        }
+        // {
+        //   value: 4,
+        //   img: 'static/imgs/mb/cehuashi.svg',
+        //   label: '营销策划师',
+        //   type: 'mPlanner'
+        // },
+        // {
+        //   value: 5,
+        //   img: 'static/imgs/mb/fengongsi.svg',
+        //   label: '分公司',
+        //   type: 'mSubsidiaryCompany'
+        // },
+        // {
+        //   value: 3,
+        //   img: 'static/imgs/mb/mb-mOtherOrg.svg',
+        //   label: '其他组织',
+        //   type: 'mOtherOrg'
+        // }
       ]
     }
   },
@@ -318,7 +318,8 @@ export default {
     .entranceBtn {
       width: 700px;
       display: grid;
-      grid-template-columns: repeat(4, 4fr);
+      grid-template-columns: repeat(2, 2fr);
+      justify-items: center;
       margin-bottom: 18px;
       .btnContainer{
         width: 80px;

File diff suppressed because it is too large
+ 402 - 316
src/views/moblie/mUinitBusiness.vue


+ 34 - 0
test.js

@@ -0,0 +1,34 @@
+{
+  "startTime": "01:00",
+  "shopName": "徐枝浪的小卖部",
+  "shopPhone": "18745896321",
+  "servicePhone": "18745896321",
+  "chargePersonName": "续集狼2",
+  "chargePersonPhone": "18745698521",
+  "shopAdress": ",额过后五阿哥粗卡卡",
+  "shopAdressProvince": "天津",
+  "shopAdressCity": "天津市",
+  "storeAddressDetail": "额过后五阿哥粗卡卡",
+  "subjectName": "徐海浪责任有限公司",
+  "subjectCode": "55442424545642454552",
+  "subjectRegion": "江苏省-南京市-玄武区",
+  "subjectAdress": "噶u就是交换机快快乐乐组撒里",
+  "subjectStartTime": "1960年-02月-01日",
+  "subjectEndTime": "1960年-02月-01日",
+  "subjectLicense": "https://jufeng-shop-1317254189.cos.ap-guangzhou.myqcloud.com/.png",
+  "subjectOperator": "挂脚手架",
+  "subjectCardType": 6,
+  "subjectIdCard": "410329199101050063",
+  "subjectCardStartTime": "1967年-02月-01日",
+  "subjectCardEndTime": "1969年-02月-01日",
+  "subjectCardPositive": "https://jufeng-shop-1317254189.cos.ap-guangzhou.myqcloud.com/.png",
+  "subjectCardSide": "https://jufeng-shop-1317254189.cos.ap-guangzhou.myqcloud.com/.png",
+  "parentId": "",
+  "shopType": "2",
+  "isVoucher": 1,
+  "voucherReturn": 12,
+  "areaId": 120102002,
+  "packageId": "",
+  "classificationId": 67,
+  "endtime": "01:00"
+}

Some files were not shown because too many files changed in this diff