Commit a41d31eecc8d8744bf9732504b5933e2cf0e8093

Authored by 李宇
2 parents e72f5b2f e5f5c42b

Merge branch 'master' of http://39.98.150.180/webapp/GreenwayWeb

Showing 313 changed files with 1056 additions and 1109 deletions

Too many changes.

To preserve performance only 100 of 313 files are displayed.

admin-web-master/.env.development
... ... @@ -5,9 +5,9 @@ ENV = 'development'
5 5 VUE_APP_BASE_API = '/dev-api'
6 6  
7 7 # 开发环境
8   -# VUE_APP_DOMAIN_PREFIX = 'https://ceres.zkthink.com/adminapi'
  8 +
9 9 # 演示环境
10   -# VUE_APP_DOMAIN_PREFIX = 'https://ceresdev.zkthink.com/adminapi'
  10 +
11 11 # VUE_APP_DOMAIN_PREFIX = '/api'
12 12 # VUE_APP_DOMAIN_PREFIX = 'http://3j073r3905.qicp.vip:29544'
13 13 # VUE_APP_DOMAIN_PREFIX = 'http://8.130.38.56:8027/admin-web'
... ...
admin-web-master/.env.staging
... ... @@ -6,5 +6,5 @@ ENV = 'staging'
6 6 # base api
7 7 VUE_APP_BASE_API = '/stage-api'
8 8  
9   -# VUE_APP_DOMAIN_PREFIX = 'https://ceresdev.zkthink.com/adminapi'
  9 +
10 10 VUE_APP_DOMAIN_PREFIX = 'http://8.130.38.56:8027/admin-web'
... ...
admin-web-master/canvas-container/assets/font_icon/iconfont.json
1 1 {
2 2 "id": "2224733",
3   - "name": "cereshop",
  3 + "name": "lvdao",
4 4 "font_family": "iconfont",
5 5 "css_prefix_text": "icon-",
6 6 "description": "",
... ...
admin-web-master/canvas-container/components/canvasShow/basics/header/app/index.vue
... ... @@ -7,7 +7,7 @@
7 7 <h3 v-else class="h3" :style="{fontSize:componentContent.fontSizeNum+'px',fontWeight:componentContent.textFontW,color:componentContent.titColor}">{{componentContent.title}}</h3>
8 8 <div class="search-btn">
9 9 <img class="search-icon"
10   - src="https://ceres.zkthink.com/static/img/search.png"
  10 + src=""
11 11 mode="widthFix">
12 12 </div>
13 13 </div>
... ...
admin-web-master/canvas-container/components/canvasShow/canvasShowPage.vue
... ... @@ -38,7 +38,7 @@
38 38 }
39 39 },
40 40 mounted () {
41   - // this.shopId = Cookies.get('cereShopId')
  41 +
42 42 this.canvasGet()
43 43 },
44 44 methods: {
... ...
admin-web-master/canvas-container/components/leftBar/panelList.js
... ... @@ -257,7 +257,7 @@ export const panelList = [
257 257 type: 'videoBox',
258 258 componentContent: {
259 259 title: '标题',
260   - videoUrl: 'http://cereshop.oss-cn-shenzhen.aliyuncs.com/0000/2020/05/432bb17e-536c-4762-a699-b3f5a2642742.mp4',
  260 + videoUrl: '',
261 261 mainBody: '描述',
262 262 coverImg:'',
263 263 }
... ...
admin-web-master/public/canvas.html
... ... @@ -4,7 +4,7 @@
4 4 <meta charset="utf-8">
5 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7   - <link rel="icon" href="<%= BASE_URL %>cereshop.ico">
  7 +
8 8 <title><%= webpackConfig.name %></title>
9 9 </head>
10 10 <body>
... ...
admin-web-master/public/index.html
... ... @@ -4,7 +4,7 @@
4 4 <meta charset="utf-8">
5 5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7   - <link rel="icon" href="<%= BASE_URL %>cereshop.ico">
  7 +
8 8 <title><%= webpackConfig.name %></title>
9 9 </head>
10 10 <body>
... ...
admin-web-master/public/js/tinymce-all-in-one/langs/ca.js
... ... @@ -26,7 +26,7 @@ tinymce.addI18n(&#39;ca&#39;,{
26 26 "Increase indent": "Augmentar sagnat",
27 27 "Close": "Tancar",
28 28 "Formats": "Formats",
29   -"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "El vostre navegador no suporta l'acc\u00e9s directe al portaobjectes. Si us plau, feu servir les dreceres de teclat Ctrl+X\/C\/V.",
  29 +"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "El vostre navegador no suporta l'acc\u00e9s directe al portaobjectes. Si us plau, feu servir les drencc de teclat Ctrl+X\/C\/V.",
30 30 "Headers": "Encap\u00e7alaments",
31 31 "Header 1": "Encap\u00e7alament 1",
32 32 "Header 2": "Encap\u00e7alament 2",
... ... @@ -110,7 +110,7 @@ tinymce.addI18n(&#39;ca&#39;,{
110 110 "Learn more...": "Apr\u00e8n m\u00e9s...",
111 111 "You are using {0}": "Est\u00e0s utilitzant {0}",
112 112 "Plugins": "Complements",
113   -"Handy Shortcuts": "Dreceres a m\u00e0",
  113 +"Handy Shortcuts": "Drencc a m\u00e0",
114 114 "Horizontal line": "L\u00ednia horitzontal",
115 115 "Insert\/edit image": "Inserir\/editar imatge",
116 116 "Image description": "Descripci\u00f3 de la imatge",
... ... @@ -382,8 +382,8 @@ tinymce.addI18n(&#39;ca&#39;,{
382 382 "Print": "Imprimir",
383 383 "Prev": "Anterior",
384 384 "Find and replace": "Buscar i rempla\u00e7ar",
385   -"Whole words": "Paraules senceres",
  385 +"Whole words": "Paraules senncc",
386 386 "Spellcheck": "Comprovar ortrografia",
387 387 "Caption": "Encap\u00e7alament",
388 388 "Insert template": "Inserir plantilla"
389   -});
390 389 \ No newline at end of file
  390 +});
... ...
admin-web-master/public/js/tinymce-all-in-one/langs/tr.js
... ... @@ -359,7 +359,7 @@ tinymce.addI18n(&#39;tr&#39;,{
359 359 "Black": "Siyah",
360 360 "White": "Beyaz",
361 361 "Switch to or from fullscreen mode": "Tam ekran moduna ge\u00e7 veya \u00e7\u0131k",
362   -"Open help dialog": "Yard\u0131m penceresini a\u00e7",
  362 +"Open help dialog": "Yard\u0131m pennccini a\u00e7",
363 363 "history": "ge\u00e7mi\u015f",
364 364 "styles": "stiller",
365 365 "formatting": "bi\u00e7imlendirme",
... ... @@ -386,4 +386,4 @@ tinymce.addI18n(&#39;tr&#39;,{
386 386 "Spellcheck": "Yaz\u0131m denetimi",
387 387 "Caption": "Ba\u015fl\u0131k",
388 388 "Insert template": "\u015eablon ekle"
389   -});
390 389 \ No newline at end of file
  390 +});
... ...
admin-web-master/public/js/tinymce-all-in-one/langs/tr_TR.js
... ... @@ -359,7 +359,7 @@ tinymce.addI18n(&#39;tr_TR&#39;,{
359 359 "Black": "Siyah",
360 360 "White": "Beyaz",
361 361 "Switch to or from fullscreen mode": "Tam ekran moduna ge\u00e7 veya \u00e7\u0131k",
362   -"Open help dialog": "Yard\u0131m penceresini a\u00e7",
  362 +"Open help dialog": "Yard\u0131m ncc a\u00e7",
363 363 "history": "ge\u00e7mi\u015f",
364 364 "styles": "stiller",
365 365 "formatting": "bi\u00e7imlendirme",
... ... @@ -386,4 +386,4 @@ tinymce.addI18n(&#39;tr_TR&#39;,{
386 386 "Spellcheck": "Yaz\u0131m denetimi",
387 387 "Caption": "Ba\u015fl\u0131k",
388 388 "Insert template": "\u015eablon ekle"
389   -});
390 389 \ No newline at end of file
  390 +});
... ...
admin-web-master/src/components/editor/index.vue
... ... @@ -6,6 +6,7 @@
6 6 :class="showToolbar == true?'':'tooll'"
7 7 :defaultConfig="toolbarConfig"
8 8 :mode="mode"
  9 +
9 10 />
10 11 <Editor
11 12 :style="`height:${height}px;overflow-y: hidden;`"
... ... @@ -14,6 +15,7 @@
14 15 :mode="mode"
15 16 @onCreated="onCreated"
16 17 @onChange="onChange"
  18 +
17 19 />
18 20 </div>
19 21 </template>
... ... @@ -51,6 +53,7 @@ export default {
51 53  
52 54 },
53 55 editorConfig: {
  56 + maxLength:254,
54 57 readOnly:false,
55 58 placeholder: "请输入内容...",
56 59 MENU_CONF: {
... ...
admin-web-master/src/layout/index.vue
... ... @@ -8,10 +8,11 @@
8 8 <li :class="index == ins ? 'topList':'weiList'" style="line-height: 55px;height: 100%" v-for="(item,ins) in msg" @click="clk(ins)">{{item}}</li>
9 9 </ul>
10 10 <div style="position: absolute;top:0px;right:50px;display: flex">
11   - <div style="border-radius:20px; width: 100px; height: 24px;margin-top: 15px;margin-right: 10px;background:rgba(255, 255, 255, 0.1);display: flex;flex-flow: row nowrap;justify-content: center;
12   - align-items: center;" @click="gzt">
13   - <img src="../../src/assets/images/home.png" alt="" style="height: 20px;object-fit: contain;width:17px;margin-right:6px;"/>
14   - <div style="color: #fff;line-height: 20px;font-size:14px">工作台</div>
  11 + <div style="border-radius:20px; width: 110px; height: 30px;margin-top: 11px;margin-right: 10px;background:rgba(255, 255, 255, 0.1);display: flex;flex-flow: row nowrap;justify-content: center;
  12 + align-items: center;cursor: pointer;" @click="gzt">
  13 + <el-image src="https://028wlkj.cn:30021/public/static/logos/home-stable.png" style="width90%; padding:10px 0;"></el-image>
  14 + <!-- <img src="../../src/assets/images/home.png" alt="" style="height: 20px;object-fit: contain;width:17px;margin-right:6px;"/>
  15 + <div style="color: #fff;line-height: 20px;font-size:14px">工作台</div> -->
15 16 </div>
16 17  
17 18 <div class="right-menu">
... ... @@ -259,7 +260,7 @@ export default {
259 260 listMune:[],
260 261 list:[
261 262 // ['问卷调查'],
262   - ['招商资源监测','商家管理','招商方案管理','招商租赁管理','广告服务','客服服务管理','系统设置','商铺租赁服务','招商过程管理','商户寻租管理','轮播图设置','平台活动','客服配置','优惠券管理'],
  263 + ['招商资源监测','商家管理','招商方案管理','招商租赁管理','广告服务','客服服务管理','系统设置','商铺租赁服务','问卷调查','招商过程管理','商户寻租管理','轮播图设置','平台活动','客服配置','优惠券管理'],
263 264 ['品牌策划','活动策划','氛围策划','媒体推广'],
264 265 ['订单管理','积分管理','消息中心','会员管理','评论管理','商品管理','库存管理','销售统计','平台活动'],
265 266 ['联机交易'],
... ... @@ -535,7 +536,8 @@ this.listMune[0] = All
535 536 },
536 537  
537 538 gzt(){
538   - window.location.href = 'https://admin-uat.028wlkj.com:1020/'
  539 + // window.location.href = 'https://admin-uat.028wlkj.com:1020/'
  540 + window.location.href = 'https://admin.028wlkj.com:1020/application-manage'
539 541 },
540 542 findMatchingNames(List,msg){
541 543 return List.filter((item) => msg.includes(item.name))
... ... @@ -636,7 +638,7 @@ this.listMune[0] = All
636 638 this.listMune = []
637 639 this.list=[
638 640 // ['问卷调查'],
639   - ['招商资源监测','商家管理','招商方案管理','招商租赁管理','广告服务','客服服务管理','系统设置','商铺租赁服务','招商过程管理','商户寻租管理','轮播图设置','平台活动','客服配置','优惠券管理'],
  641 + ['招商资源监测','商家管理','招商方案管理','招商租赁管理','广告服务','客服服务管理','系统设置','商铺租赁服务','问卷调查','招商过程管理','商户寻租管理','轮播图设置','平台活动','客服配置','优惠券管理'],
640 642 ['品牌策划','活动策划','氛围策划','媒体推广'],
641 643 ['订单管理',,'积分管理','消息中心','会员管理','评论管理','商品管理','库存管理','销售统计','平台活动'],
642 644 ['联机交易'],
... ...
admin-web-master/src/main.js
... ... @@ -27,8 +27,8 @@ import &#39;@/permission&#39; // permission control
27 27 Vue.prototype.$echarts = echarts
28 28 // Vue.prototype.$API = 'http://192.168.2.98:9007'
29 29 // Vue.prototype.$API = 'http://172.16.61.48/meserver/api'
30   -// Vue.prototype.$API = 'https://jy.scjysm.asia:18086/meserver/api'
31   -Vue.prototype.$API = 'https://wjdc.scjysm.asia:1443/meserver/api'
  30 +Vue.prototype.$API = 'https://jy.scjysm.asia:18086/meserver/api'
  31 +// Vue.prototype.$API = 'https://wjdc.scjysm.asia:1443/meserver/api'
32 32 // Vue.prototype.$API = 'http://8.130.38.56:8019/api'
33 33 // https://jy.scjysm.asia:18086 http://172.16.61.126:8080 http://8.130.38.56:8027
34 34 // if (process.env.NODE_ENV === 'production') {
... ...
admin-web-master/src/router/index.js
... ... @@ -848,24 +848,26 @@ export const mainRoutes = [
848 848 // },
849 849  
850 850 {
851   - path: '/',
  851 + // path: '/',
  852 + // component: Layout,
  853 + // redirect: '/investigation/index',
  854 + path: '/',
852 855 component: Layout,
853   - redirect: '/investigation/index',
854   -
855   - // meta: {
856   - // title: '数据统计',
857   - // icon: 'el-icon-monitor'
858   - // },
859   - // children: [{
860   - // path: 'dashboard',
861   - // name: 'dashboard',
862   - // component: () => import('@/views/dashboard/index.vue'),
863   - // hidden: true,
864   - // meta: {
865   - // title: '数据统计',
866   - // icon: 'el-icon-monitor'
867   - // }
868   - // }]
  856 + redirect: '/dashboard',
  857 + meta: {
  858 + title: '数据统计',
  859 + icon: 'el-icon-monitor'
  860 + },
  861 + children: [{
  862 + path: 'dashboard',
  863 + name: 'dashboard',
  864 + component: () => import('@/views/dashboard/index.vue'),
  865 + hidden: true,
  866 + meta: {
  867 + title: '数据统计',
  868 + icon: 'el-icon-monitor'
  869 + }
  870 + }]
869 871 }
870 872 ]
871 873 // 给所有路由的path添加前缀
... ...
admin-web-master/src/settings.js
1 1 module.exports = {
2 2  
3   - title: '问卷调查-平台端',
  3 + title: '锦江绿道-平台端',
4 4  
5 5 /**
6 6 * @type {boolean} true | false
... ...
admin-web-master/src/utils/request.js
... ... @@ -12,8 +12,8 @@ import {
12 12 const host = window.location.host;
13 13 let PREFIX;
14 14 if (host == '172.16.61.48' || host == '172.16.61.49 :5173' || host =='172.16.61.123:9003') {
15   - PREFIX = 'https://wjdc.scjysm.asia:1443/meserver/admin-server';
16   - // PREFIX = 'https://jy.scjysm.asia:18086/meserver/admin-server';
  15 + // PREFIX = 'https://jdc.scjysm.asia:1443/meserver/admin-server';
  16 + PREFIX = 'https://jy.scjysm.asia:18086/meserver/admin-server';
17 17 // PREFIX = 'http://172.16.61.126:8080/meserver/admin-server';
18 18 // PREFIX = 'http://172.16.61.48/meserver/admin-server';
19 19 }else if( host == 'localhost:9528' || host == '8.130.38.56:8027' || host == 'localhost:9529'){
... ... @@ -21,9 +21,9 @@ if (host == &#39;172.16.61.48&#39; || host == &#39;172.16.61.49 :5173&#39; || host ==&#39;172.16.61.
21 21 // PREFIX = 'http://172.16.61.48/meserver/admin-server';
22 22 // PREFIX = 'http://192.168.2.213:9003';
23 23 // PREFIX = 'http://8.130.38.56:8019/admin-server';
24   - // PREFIX = 'http://192.168.2.236:9003';
  24 + PREFIX = 'http://192.168.8.106:9003';
25 25 // PREFIX = 'https://wjdc.scjysm.asia:1443/meserver/admin-server';
26   - PREFIX = 'https://jy.scjysm.asia:18086/meserver/admin-server';
  26 + // PREFIX = 'https://jy.scjysm.asia:18086/meserver/admin-server';
27 27 // PREFIX = 'http://172.16.61.126:8080/meserver/admin-server';
28 28 // PREFIX = 'https://wjdc.scjysm.asia:1443/meserver/admin-server'
29 29 PREFIX = 'http://8.130.38.56:9003'
... ...
admin-web-master/src/views/aaa/components/canvasShow/basics/header/app/index.vue
... ... @@ -7,7 +7,7 @@
7 7 <h3 v-else class="h3" :style="{fontSize:componentContent.fontSizeNum+'px',fontWeight:componentContent.textFontW,color:componentContent.titColor}">{{componentContent.title}}</h3>
8 8 <div class="search-btn">
9 9 <img class="search-icon"
10   - src="https://ceres.zkthink.com/static/img/search.png"
  10 + src=""
11 11 mode="widthFix">
12 12 </div>
13 13 </div>
... ...
admin-web-master/src/views/aaa/components/leftBar/panelList.js
... ... @@ -257,7 +257,7 @@ export const panelList = [
257 257 type: 'videoBox',
258 258 componentContent: {
259 259 title: '标题',
260   - videoUrl: 'http://cereshop.oss-cn-shenzhen.aliyuncs.com/0000/2020/05/432bb17e-536c-4762-a699-b3f5a2642742.mp4',
  260 + videoUrl: '',
261 261 mainBody: '描述',
262 262 coverImg:'',
263 263 }
... ...
admin-web-master/src/views/customer/rsaManagement/index.vue
... ... @@ -332,9 +332,9 @@
332 332 <el-form ref="form" :inline="true" :model="pipeiSel" style="padding-top: 10px;">
333 333 <el-form-item label="意向资源类型">
334 334 <el-select v-model="pipeiSel.resources.cereRentalPolicies.businessType" placeholder="请选择" style="width:168px">
335   - <el-option label="商铺" value="商铺" />
336   - <el-option label="广告位" value="广告位" />
337   - <el-option label="场地" value="场地" />
  335 + <el-option label="商铺" value="sp" />
  336 + <el-option label="广告位" value="gg" />
  337 + <el-option label="场地" value="cd" />
338 338 </el-select>
339 339  
340 340 </el-form-item>
... ... @@ -343,6 +343,7 @@
343 343 </el-form-item>
344 344 <el-form-item label="租金范围">
345 345 <el-select v-model="pipeiSel.resources.cereRentalPolicies.rentalPrice" placeholder="请选择" style="width:168px">
  346 + <el-option label="0-10000" value="0-10000" />
346 347 <el-option label="10000-20000" value="10000-20000" />
347 348 <el-option label="20000-50000" value="20000-50000" />
348 349 <el-option label="50000-100000" value="50000-100000" />
... ... @@ -1022,9 +1023,9 @@ async getshen(item){
1022 1023  
1023 1024 },
1024 1025 pipeiBtn(){
1025   - if(this.pipeiSel.resources.cereRentalPolicies.businessType == '商铺'){
  1026 + if(this.pipeiSel.resources.cereRentalPolicies.businessType == 'sp'){
1026 1027 this.pipeiSel.resourcesId = 'sp'
1027   - }else if(this.pipeiSel.resources.cereRentalPolicies.businessType == '场地'){
  1028 + }else if(this.pipeiSel.resources.cereRentalPolicies.businessType == 'cd'){
1028 1029 this.pipeiSel.resourcesId = 'cd'
1029 1030 }else{
1030 1031 this.pipeiSel.resourcesId = 'gg'
... ...
admin-web-master/src/views/detect/addziyuan.vue
... ... @@ -18,16 +18,16 @@
18 18 </el-form-item>
19 19 </el-form>
20 20 <div style="margin-top: 20px;" v-if="resourceType.leixin == '商铺'">
21   - <el-form label-width="140px" :model="ruleForm" :rules="rules" ref="ruleForm" :validate-on-rule-change="false" :show-message="false">
  21 + <el-form label-width="140px" :model="ruleForm" :rules="rules" ref="Addrule" :validate-on-rule-change="false" :show-message="false">
22 22 <el-form-item label="商铺名称" prop="shopName">
23   - <el-input v-model="ruleForm.shopName" placeholder="请输入" style="margin-top:5px;"></el-input>
  23 + <el-input v-model="ruleForm.shopName" placeholder="请输入" style="margin-top:5px;" maxlength="50"></el-input>
24 24 </el-form-item>
25 25 <el-form-item label="场地编号" prop="venueNumber">
26 26 <el-input v-model="ruleForm.venueNumber" disabled placeholder="将根据类型自动为资源编号"
27 27 style="margin-top:5px;"></el-input>
28 28 </el-form-item>
29 29 <el-form-item label="门牌号" prop="houseNumber">
30   - <el-input v-model="ruleForm.houseNumber" placeholder="请输入" style="margin-top:5px;"></el-input>
  30 + <el-input v-model="ruleForm.houseNumber" placeholder="请输入" style="margin-top:5px;" maxlength="20"></el-input>
31 31 </el-form-item>
32 32  
33 33 <el-form-item label="建筑形式" prop="architecturalForm">
... ... @@ -48,12 +48,12 @@
48 48 </el-select>
49 49 </el-form-item>
50 50 <el-form-item label="建筑面积" prop="floorSpace">
51   - <el-input v-model="ruleForm.floorSpace" placeholder="请输入" style="margin-top:5px;">
  51 + <el-input v-model.number="ruleForm.floorSpace" placeholder="请输入" style="margin-top:5px;">
52 52 <template slot="append">M<sup>2</sup></template>
53 53 </el-input>
54 54 </el-form-item>
55 55 <el-form-item label="实际使用面积" prop="actualUsableArea">
56   - <el-input v-model="ruleForm.actualUsableArea" placeholder="请输入" style="margin-top:5px;">
  56 + <el-input v-model.number="ruleForm.actualUsableArea" placeholder="请输入" style="margin-top:5px;">
57 57 <template slot="append">M<sup>2</sup></template>
58 58 </el-input>
59 59 </el-form-item>
... ... @@ -71,15 +71,15 @@
71 71 </el-select>
72 72 </el-form-item>
73 73 <el-form-item label="归属部门" prop="belongingDepartment">
74   - <el-input v-model="ruleForm.belongingDepartment" placeholder="请输入" style="margin-top:5px;">
  74 + <el-input v-model="ruleForm.belongingDepartment" placeholder="请输入" style="margin-top:5px;" maxlength="50">
75 75 </el-input>
76 76 </el-form-item>
77 77 <el-form-item label="负责人" prop="head">
78   - <el-input v-model="ruleForm.head" placeholder="请输入" style="margin-top:5px;">
  78 + <el-input v-model="ruleForm.head" placeholder="请输入" style="margin-top:5px;" maxlength="20">
79 79 </el-input>
80 80 </el-form-item>
81 81 <el-form-item label="详细位置" prop="detailedLocation">
82   - <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;">
  82 + <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;" maxlength="100">
83 83 </el-input>
84 84 </el-form-item>
85 85 <el-form-item label="地图标点" prop="mapPunctuation">
... ... @@ -98,16 +98,21 @@
98 98 <upimg v-model="ruleForm.displayMainImage" :limit="1" :fileSize="1"></upimg>
99 99 </el-form-item>
100 100 <el-form-item label="其他图片/视频" prop="displayMainVidio">
101   - <upvidio v-model="ruleForm.displayMainVidio" :limit="3"></upvidio>
  101 +
  102 + <el-upload class="upload-demo" ref="upload" :on-remove="handleRemove"
  103 + :action="uploadFileUrl" :on-success="handleUploadSuccess" :file-list="fileData"
  104 + :auto-upload="true">
  105 + <el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;" class="buttonHover" v-if="fileData.length==0">+点击上传</el-button>
  106 + </el-upload>
102 107 </el-form-item>
103 108  
104 109 </el-form>
105 110 </div>
106 111 <div style="margin-top: 20px;" v-if="resourceType.leixin == '场地'">
107   - <el-form label-width="140px" :model="ruleForm" :rules="rulestwo" ref="ruleForm" :show-message="false"
  112 + <el-form label-width="140px" :model="ruleForm" :rules="rulestwo" ref="Addrule" :show-message="false"
108 113 :validate-on-rule-change="false">
109 114 <el-form-item label="场地名称" prop="venueName">
110   - <el-input v-model="ruleForm.venueName" placeholder="请输入" style="margin-top:5px;"></el-input>
  115 + <el-input v-model="ruleForm.venueName" placeholder="请输入" style="margin-top:5px;" maxlength="50"></el-input>
111 116 </el-form-item>
112 117 <el-form-item label="场地类型" prop="venueType">
113 118 <el-select v-model="ruleForm.venueType" placeholder="请选择" style="margin-top:5px;width: 100%;">
... ... @@ -116,7 +121,7 @@
116 121 </el-select>
117 122 </el-form-item>
118 123 <el-form-item label="实际使用面积" prop="actualArea">
119   - <el-input v-model="ruleForm.actualArea" placeholder="请输入" style="margin-top:5px;">
  124 + <el-input v-model.number="ruleForm.actualArea" placeholder="请输入" style="margin-top:5px;">
120 125 <template slot="append">M<sup>2</sup></template>
121 126 </el-input>
122 127 </el-form-item>
... ... @@ -134,15 +139,15 @@
134 139 </el-select>
135 140 </el-form-item>
136 141 <el-form-item label="归属部门" prop="department">
137   - <el-input v-model="ruleForm.department" placeholder="请输入" style="margin-top:5px;">
  142 + <el-input v-model="ruleForm.department" placeholder="请输入" style="margin-top:5px;" maxlength="50">
138 143 </el-input>
139 144 </el-form-item>
140 145 <el-form-item label="负责人" prop="responsiblePerson">
141   - <el-input v-model="ruleForm.responsiblePerson" placeholder="请输入" style="margin-top:5px;">
  146 + <el-input v-model="ruleForm.responsiblePerson" placeholder="请输入" style="margin-top:5px;" maxlength="20">
142 147 </el-input>
143 148 </el-form-item>
144 149 <el-form-item label="详细位置" prop="detailedLocation">
145   - <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;">
  150 + <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;" maxlength="100">
146 151 </el-input>
147 152 </el-form-item>
148 153 <el-form-item label="地图标点" prop="mapMarker">
... ... @@ -152,7 +157,7 @@
152 157 </el-form-item>
153 158 <el-form-item label="场地描述" prop="description">
154 159 <el-input type="textarea" v-model="ruleForm.description" style="margin-top:5px;"
155   - placeholder="请输入"></el-input>
  160 + placeholder="请输入" maxlength="200"></el-input>
156 161 </el-form-item>
157 162 <el-form-item label="规划图纸" prop="planningDrawing">
158 163 <upimg v-model="ruleForm.planningDrawing" :limit="5" :fileSize="1"></upimg>
... ... @@ -161,14 +166,19 @@
161 166 <upimg v-model="ruleForm.displayImage" :limit="1" :fileSize="1"></upimg>
162 167 </el-form-item>
163 168 <el-form-item label="其他图片/视频" prop="otherMedia">
164   - <upvidio v-model="ruleForm.otherMedia" :limit="3"></upvidio>
  169 +
  170 + <el-upload class="upload-demo" ref="upload" :on-remove="handleRemove"
  171 + :action="uploadFileUrl" :on-success="handleUploadSuccess" :file-list="fileData"
  172 + :auto-upload="true">
  173 + <el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;" class="buttonHover" v-if="fileData.length==0">+点击上传</el-button>
  174 + </el-upload>
165 175 </el-form-item>
166 176  
167 177 </el-form>
168 178 </div>
169 179  
170 180 <div style="margin-top: 20px;" v-if="resourceType.leixin == '广告位'">
171   - <el-form :model="ruleForm" :rules="leixing?rulesthree:rulesSt" ref="ruleForm" label-width="100px"
  181 + <el-form :model="ruleForm" :rules="leixing?rulesthree:rulesSt" ref="Addrule" label-width="100px"
172 182 class="demo-ruleForm" :validate-on-rule-change="false" :show-message="false">
173 183 <el-form-item label="广告位类型">
174 184 <el-select v-model="advue.type" placeholder="请选择" style="margin-top:5px;width: 100%;"
... ... @@ -178,7 +188,7 @@
178 188 </el-select>
179 189 </el-form-item>
180 190 <el-form-item label="广告位名称" prop="advertisingName">
181   - <el-input v-model="ruleForm.advertisingName" placeholder="请输入" style="margin-top:5px;"></el-input>
  191 + <el-input v-model="ruleForm.advertisingName" placeholder="请输入" style="margin-top:5px;" maxlength="50"></el-input>
182 192 </el-form-item>
183 193 <el-form-item label="广告位编号" prop="advertisingSpaceNumber">
184 194 <el-input v-model="ruleForm.advertisingSpaceNumber" disabled placeholder="将根据类型自动为资源编号"
... ... @@ -191,7 +201,7 @@
191 201 </el-select>
192 202 </el-form-item>
193 203 <el-form-item label="详细位置" prop="detailedLocation" v-if='leixing == false'>
194   - <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;"></el-input>
  204 + <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;" maxlength="50"></el-input>
195 205 </el-form-item>
196 206 <el-form-item label="轮播顺序" prop="rotationOrder" v-if='leixing'>
197 207 <el-select v-model="ruleForm.rotationOrder" placeholder="请选择" style="margin-top:5px;width: 100%;">
... ... @@ -296,7 +306,7 @@
296 306 <span slot="footer" class="dialog-footer">
297 307 <el-button @click="closeFn()" class="buttonHover"
298 308 style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">取 消</el-button>
299   - <el-button @click="addCheck('ruleForm')" style="background-color: #3F9B6A;color:#fff;">确 定</el-button>
  309 + <el-button @click="addCheck('Addrule')" style="background-color: #3F9B6A;color:#fff;">确 定</el-button>
300 310 </span>
301 311 </el-dialog>
302 312  
... ... @@ -307,7 +317,7 @@
307 317 import MapMark from "@/components/MapContainer/MapMark"
308 318 import MapXian from "@/components/MapContainer/MapXian"
309 319 import upimg from "@/components/ImageUpload/index"
310   - import upvidio from "@/components/fujianUpload/index"
  320 +
311 321 import axios from 'axios'
312 322 import {
313 323 getToken,
... ... @@ -325,6 +335,9 @@
325 335 import {
326 336 addList as ggwadd
327 337 } from '../../api/map1'
  338 + import {
  339 + uploadUrl
  340 + } from '@/utils/request'
328 341 export default {
329 342 props: {
330 343 showAdd: {
... ... @@ -334,6 +347,8 @@
334 347 },
335 348 data() {
336 349 return {
  350 + uploadFileUrl: uploadUrl, // 请求地址
  351 + fileData:[],
337 352 resourceType: {
338 353 leixin: '商铺'
339 354 },
... ... @@ -361,106 +376,105 @@
361 376 floorSpace: '',
362 377 },
363 378 rules: {
364   - shopName: [{
365   - required: true,
366   - message: '请输入商铺名称',
367   - trigger: []
368   - }, ],
369   - houseNumber: [{
370   - required: true,
371   - message: '请输入门牌号',
372   - trigger: []
373   - }, ],
374   - architecturalForm: [{
375   - required: true,
376   - message: '请选择建筑形式',
377   - trigger: []
378   - }],
379   - actualUsableArea: [{
380   - required: true,
381   - message: '请输入实际使用面积',
382   - trigger: []
383   - }, ],
  379 + shopName: [ { required: true, message: '请输入商铺名称', trigger: 'blur' }, ],
  380 + houseNumber: [ { required: true, message: '请输入门牌号', trigger: 'blur' },],
  381 + architecturalForm: [ { required: true, message: '请选择建筑形式', trigger: 'change' },],
  382 + actualUsableArea: [
  383 + { required: true, message: '请输入实际使用面积', trigger: 'blur' },
  384 + {
  385 + type: 'number',
  386 + message: '必须为数字值'
  387 + },
  388 + {
  389 + validator: (rule, value, callback) => {
  390 + if (value <= 0) {
  391 + callback(new Error('实际使用面积必须大于0'));
  392 + } else {
  393 + callback();
  394 + }
  395 + }
  396 + }
  397 + ],
384 398 belongingRegion: [{
385 399 required: true,
386 400 message: '请选择所属区域',
387   - trigger: []
  401 + trigger: 'change'
388 402 }],
389 403 head: [{
390 404 required: true,
391 405 message: '请输入负责人',
392   - trigger: []
  406 + trigger: 'blur'
393 407 }, ],
394 408 detailedLocation: [{
395 409 required: true,
396 410 message: '请输入详细位置',
397   - trigger: []
  411 + trigger: 'blur'
398 412 }, ],
399 413 displayMainImage: [{
400 414 required: true,
401 415 message: '请上传主图',
402   - trigger: []
  416 + trigger: 'blur'
403 417 }, ],
404 418 belongingGreenwaySection: [{
405 419 required: true,
406 420 message: '请选择所属绿道段',
407   - trigger: []
  421 + trigger: 'change'
408 422 }]
409 423 },
410 424 rulestwo: {
411 425 venueName: [{
412 426 required: true,
413 427 message: '请输入场地名称',
414   - trigger: []
  428 + trigger: 'blur'
415 429 }, ],
416 430 venueType: [{
417 431 required: true,
418 432 message: '请选择场地类型',
419   - trigger: []
  433 + trigger: 'change'
420 434 }, ],
421 435 actualArea: [{
422 436 required: true,
423 437 message: '请输入实际使用面积',
424   - trigger: []
  438 + trigger: 'blur'
425 439 }, ],
426 440 district: [{
427 441 required: true,
428 442 message: '请选择所属区域',
429   - trigger: []
  443 + trigger: 'change'
430 444 }],
431 445 detailedLocation: [{
432 446 required: true,
433 447 message: '请输入详细位置',
434   - trigger: []
  448 + trigger: 'blur'
435 449 }, ]
436 450 },
437 451 rulesLei: {
438 452 leixin: [{
439 453 required: true,
440 454 message: '请选择资源类型',
441   - trigger: []
  455 + trigger: 'change'
442 456 }, ],
443 457 },
444 458 rulesthree: {
445 459 advertisingName: [{
446 460 required: true,
447 461 message: '请输入名称',
448   - trigger: []
  462 + trigger: 'blur'
449 463 }],
450 464 advertisingType: [{
451 465 required: true,
452 466 message: '请选择类型',
453   - trigger: []
  467 + trigger: 'change'
454 468 }],
455 469 affiliation: [{
456 470 required: true,
457 471 message: '请选择所属端',
458   - trigger: []
  472 + trigger: 'change'
459 473 }],
460 474 rotationOrder: [{
461 475 required: true,
462 476 message: '请选择轮播顺序',
463   - trigger: []
  477 + trigger: 'change'
464 478 }],
465 479  
466 480 },
... ... @@ -468,32 +482,32 @@
468 482 advertisingName: [{
469 483 required: true,
470 484 message: '请输入名称',
471   - trigger: []
  485 + trigger: 'blur'
472 486 }],
473 487 advertisingType: [{
474 488 required: true,
475 489 message: '请选择类型',
476   - trigger: []
  490 + trigger: 'change'
477 491 }],
478 492 position: [{
479 493 required: true,
480 494 message: '请输入详细位置',
481   - trigger: []
  495 + trigger: 'blur'
482 496 }],
483 497 dimensionsH: [{
484 498 required: true,
485 499 message: '请选择广告尺寸',
486   - trigger: []
  500 + trigger: 'change'
487 501 }],
488 502 dimensionsK: [{
489 503 required: true,
490 504 message: '请选择广告尺寸',
491   - trigger: []
  505 + trigger: 'change'
492 506 }],
493 507 advertisingMaterial: [{
494 508 required: true,
495 509 message: '请选择材质',
496   - trigger: []
  510 + trigger: 'change'
497 511 }],
498 512 },
499 513 lvdaoList: [],
... ... @@ -508,7 +522,6 @@
508 522 components: {
509 523 MapMark,
510 524 upimg,
511   - upvidio
512 525 },
513 526  
514 527 mounted() {
... ... @@ -546,14 +559,16 @@
546 559 },
547 560 // 确定
548 561 addCheck(formName){
549   - console.log(this.ruleForm)
550   - this.$refs[formName].validate((valid) => {
  562 + this.$refs.Addrule.validate((valid) => {
551 563 if (valid) {
552 564 if(this.resourceType.leixin =='商铺'){
553 565 this.ruleForm.createDate = this.updateCurrentTime()
554 566 this.ruleForm.mapPunctuation = JSON.stringify(this.mapData)
555 567 this.ruleForm.rentalStatus=0
556 568 this.ruleForm.publishStatus=0
  569 + if(this.fileData.length !=0){
  570 + this.ruleForm.displayMainVidio = this.fileData[0].url
  571 + }
557 572 shopadd(this.ruleForm).then(res=>{
558 573 this.$emit('childClose', false);
559 574 })
... ... @@ -577,13 +592,19 @@
577 592 }else{
578 593 this.ruleForm.createDate = this.updateCurrentTime()
579 594 this.ruleForm.mapMarker = JSON.stringify(this.mapData)
  595 + if(this.fileData.length !=0){
  596 + this.ruleForm.otherMedia = this.fileData[0].url
  597 + }
580 598 changadd(this.ruleForm).then(res=>{
581 599 this.$emit('childClose', false);
582 600 })
583 601 }
584   - console.log(this.ruleForm)
  602 +
585 603 } else {
586   - console.log('error submit!!');
  604 + this.$message({
  605 + message: '请填写完整信息',
  606 + type: 'error'
  607 + })
587 608 return false;
588 609 }
589 610 })
... ... @@ -669,7 +690,18 @@
669 690 },
670 691 destroyMap() {
671 692 this.$refs.mapComponent.destroyMap();
672   - }
  693 + },
  694 + handleRemove(file, fileList) {
  695 + this.fileData = []
  696 + },
  697 + handleUploadSuccess(response, file, fileList) {
  698 + const fileMsg = {
  699 + name:file.name,
  700 + url: file.response.data.url,
  701 + }
  702 + // 将文件地址存储在 uploadedFiles 数组中
  703 + this.fileData.push(fileMsg);
  704 + },
673 705 }
674 706 }
675 707 </script>
... ...
admin-web-master/src/views/detect/information.vue
... ... @@ -65,7 +65,7 @@
65 65 <el-table-column label="门牌号" prop="houseNumber" min-width="100">
66 66  
67 67 </el-table-column>
68   - <el-table-column label="商铺名称" prop="shopName" min-width="150" >
  68 + <el-table-column label="商铺名称" prop="shopName" min-width="250" >
69 69  
70 70 </el-table-column>
71 71 <el-table-column label="所属区域" prop="belongingRegion" min-width="150" >
... ... @@ -121,13 +121,13 @@
121 121 <div style="padding: 20px;">
122 122 <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="140px" class="demo-ruleForm">
123 123 <el-form-item label="商铺名称" prop="shopName">
124   - <el-input v-model="ruleForm.shopName" placeholder="请输入" style="margin-top:5px;"></el-input>
  124 + <el-input v-model="ruleForm.shopName" placeholder="请输入" style="margin-top:5px;" maxlength="50"></el-input>
125 125 </el-form-item>
126 126 <el-form-item label="场地编号" prop="venueNumber">
127 127 <el-input v-model="ruleForm.venueNumber" disabled placeholder="将根据类型自动为资源编号" style="margin-top:5px;"></el-input>
128 128 </el-form-item>
129 129 <el-form-item label="门牌号" prop="houseNumber">
130   - <el-input v-model="ruleForm.houseNumber" placeholder="请输入" style="margin-top:5px;"></el-input>
  130 + <el-input v-model="ruleForm.houseNumber" placeholder="请输入" style="margin-top:5px;" maxlength="20"></el-input>
131 131 </el-form-item>
132 132  
133 133 <el-form-item label="建筑形式" prop="architecturalForm">
... ... @@ -147,12 +147,12 @@
147 147 </el-select>
148 148 </el-form-item>
149 149 <el-form-item label="建筑面积" prop="floorSpace">
150   - <el-input v-model="ruleForm.floorSpace" placeholder="请输入" style="margin-top:5px;">
  150 + <el-input v-model.number="ruleForm.floorSpace" placeholder="请输入" style="margin-top:5px;">
151 151 <template slot="append">M<sup>2</sup></template>
152 152 </el-input>
153 153 </el-form-item>
154 154 <el-form-item label="实际使用面积" prop="actualUsableArea">
155   - <el-input v-model="ruleForm.actualUsableArea" placeholder="请输入" style="margin-top:5px;">
  155 + <el-input v-model.number="ruleForm.actualUsableArea" placeholder="请输入" style="margin-top:5px;">
156 156 <template slot="append">M<sup>2</sup></template>
157 157 </el-input>
158 158 </el-form-item>
... ... @@ -170,15 +170,15 @@
170 170 </el-select>
171 171 </el-form-item>
172 172 <el-form-item label="归属部门" prop="belongingDepartment">
173   - <el-input v-model="ruleForm.belongingDepartment" placeholder="请输入" style="margin-top:5px;">
  173 + <el-input v-model="ruleForm.belongingDepartment" placeholder="请输入" style="margin-top:5px;" maxlength="50">
174 174 </el-input>
175 175 </el-form-item>
176 176 <el-form-item label="负责人" prop="head">
177   - <el-input v-model="ruleForm.head" placeholder="请输入" style="margin-top:5px;">
  177 + <el-input v-model="ruleForm.head" placeholder="请输入" style="margin-top:5px;" maxlength="20">
178 178 </el-input>
179 179 </el-form-item>
180 180 <el-form-item label="详细位置" prop="detailedLocation">
181   - <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;">
  181 + <el-input v-model="ruleForm.detailedLocation" placeholder="请输入" style="margin-top:5px;" maxlength="100">
182 182 </el-input>
183 183 </el-form-item>
184 184 <el-form-item label="地图标点" prop="mapPunctuation">
... ... @@ -190,7 +190,7 @@
190 190 <upimg v-model="ruleForm.architecturalDrawings" :limit="5" :fileSize="1"></upimg>
191 191 </el-form-item>
192 192 <el-form-item label="商铺描述" prop="shopDescription">
193   - <el-input type="textarea" v-model="ruleForm.shopDescription" style="margin-top:5px;" placeholder="请输入"></el-input>
  193 + <el-input type="textarea" v-model="ruleForm.shopDescription" style="margin-top:5px;" placeholder="请输入" maxlength="200"></el-input>
194 194 </el-form-item>
195 195 <el-form-item label="展示主图" prop="displayMainImage">
196 196 <upimg v-model="ruleForm.displayMainImage" :limit="1" :fileSize="1"></upimg>
... ... @@ -205,7 +205,11 @@
205 205 </el-form-item>
206 206  
207 207 <el-form-item>
208   - <div style="margin-top: 20px;display: flex;justify-content: flex-end;">
  208 + <div style="margin-top: 20px;display: flex;justify-content: flex-end;position: fixed;
  209 + bottom: 20px;
  210 + right: 20px;
  211 + width: 80%;
  212 + background: #fff;">
209 213 <el-button @click="colse(1)" class="buttonHover"
210 214 style="color: #000;border: 1px solid #DBDBDB;background-color: #fff;">取消</el-button>
211 215 <el-button @click="addpush('ruleForm')" style="background-color: #3F9B6A;color: #fff;">提交</el-button>
... ... @@ -228,13 +232,13 @@
228 232 <div style="padding: 20px;">
229 233 <el-form :model="editbgid" :rules="rules" ref="ruleForm" label-width="140px" class="demo-ruleForm">
230 234 <el-form-item label="商铺名称" prop="shopName">
231   - <el-input v-model="editbgid.shopName" placeholder="请输入" style="margin-top: 5px;" :disabled="edit"></el-input>
  235 + <el-input v-model="editbgid.shopName" placeholder="请输入" style="margin-top: 5px;" :disabled="edit" maxlength="50"></el-input>
232 236 </el-form-item>
233 237 <el-form-item label="场地编号" prop="venueNumber">
234 238 <el-input v-model="editbgid.venueNumber" disabled placeholder="将根据类型自动为资源编号" style="margin-top:5px;" disabled></el-input>
235 239 </el-form-item>
236 240 <el-form-item label="门牌号" prop="houseNumber">
237   - <el-input v-model="editbgid.houseNumber" placeholder="请输入" style="margin-top:5px;" :disabled="edit"></el-input>
  241 + <el-input v-model="editbgid.houseNumber" placeholder="请输入" style="margin-top:5px;" :disabled="edit" maxlength="50"></el-input>
238 242 </el-form-item>
239 243  
240 244 <el-form-item label="建筑形式" prop="architecturalForm">
... ... @@ -255,12 +259,12 @@
255 259 </el-select>
256 260 </el-form-item>
257 261 <el-form-item label="建筑面积" prop="floorSpace">
258   - <el-input v-model="editbgid.floorSpace" placeholder="请输入" style="margin-top:5px;" :disabled="edit">
  262 + <el-input v-model.number="editbgid.floorSpace" placeholder="请输入" style="margin-top:5px;" :disabled="edit">
259 263 <template slot="append">M<sup>2</sup></template>
260 264 </el-input>
261 265 </el-form-item>
262 266 <el-form-item label="实际使用面积" prop="actualUsableArea">
263   - <el-input v-model="editbgid.actualUsableArea" placeholder="请输入" style="margin-top:5px;" :disabled="edit">
  267 + <el-input v-model.number="editbgid.actualUsableArea" placeholder="请输入" style="margin-top:5px;" :disabled="edit">
264 268 <template slot="append">M<sup>2</sup></template>
265 269 </el-input>
266 270 </el-form-item>
... ... @@ -286,11 +290,11 @@
286 290 </el-input>
287 291 </el-form-item>
288 292 <el-form-item label="详细位置" prop="detailedLocation">
289   - <el-input v-model="editbgid.detailedLocation" placeholder="请输入" style="margin-top:5px;" :disabled="edit">
  293 + <el-input v-model="editbgid.detailedLocation" placeholder="请输入" style="margin-top:5px;" :disabled="edit" maxlength="100">
290 294 </el-input>
291 295 </el-form-item>
292 296 <el-form-item label="地图标点" prop="mapPunctuation">
293   - <div style="width: 100%;height: 100px;border: 1px solid #3F9B6A;">
  297 + <div style="width: 100%;height: 300px;border: 1px solid #3F9B6A;">
294 298 <MapXian :message="parentMessage" :edit='edit' :sendMap='getChildDate'></MapXian>
295 299 </div>
296 300 </el-form-item>
... ... @@ -472,11 +476,15 @@
472 476 </el-col>
473 477 </el-row>
474 478 </div> -->
475   - <div style="margin-top: 20px;display: flex;justify-content: flex-end;">
  479 + <div style="margin-top: 20px;display: flex;justify-content: flex-end;position: fixed;
  480 + bottom: 20px;
  481 + right: 20px;
  482 + width: 80%;
  483 + background: #fff;">
476 484 <el-button @click="colse(2)" class="buttonHover"
477 485 style="color: #000;border: 1px solid #DBDBDB;background-color: #fff;">取消</el-button>
478 486 <el-button @click="bianji" style="background-color: #3F9B6A;color: #fff;" v-if="edit">编辑</el-button>
479   - <el-button @click="editpush()" style="background-color: #3F9B6A;color: #fff;">提交</el-button>
  487 + <el-button @click="editpush()" style="background-color: #3F9B6A;color: #fff;" v-if="!edit">提交</el-button>
480 488 </div>
481 489 </div>
482 490 </div>
... ... @@ -569,6 +577,19 @@
569 577 ],
570 578 actualUsableArea: [
571 579 { required: true, message: '请输入实际使用面积', trigger: 'blur' },
  580 + {
  581 + type: 'number',
  582 + message: '必须为数字值'
  583 + },
  584 + {
  585 + validator: (rule, value, callback) => {
  586 + if (value <= 0) {
  587 + callback(new Error('实际使用面积必须大于0'));
  588 + } else {
  589 + callback();
  590 + }
  591 + }
  592 + }
572 593 ],
573 594 belongingRegion: [
574 595 { required: true, message: '请选择所属区域', trigger: 'change' }
... ... @@ -686,7 +707,7 @@ components: {MapMark,MapXian,upimg,upvidio},
686 707 this.ruleForm.mapPunctuation = JSON.stringify(this.mapData)
687 708 this.ruleForm.rentalStatus=0
688 709 this.ruleForm.publishStatus=0
689   - console.log(this.ruleForm)
  710 +
690 711 addList(this.ruleForm).then(res=>{
691 712 this.ggXin = true
692 713 this.getAll()
... ...
admin-web-master/src/views/detect/map.vue
... ... @@ -28,13 +28,13 @@
28 28 <el-option label="亚克力" value="亚克力" />
29 29 </el-select>
30 30 </el-form-item>
31   - <el-form-item label="负责人" prop="createUser">
  31 + <!-- <el-form-item label="负责人" prop="createUser">
32 32 <el-select v-model="formSel.createUser" placeholder="请选择"
33 33 style="width: 168px;margin-right: 15px">
34 34 <el-option label="李四" value="李四" />
35 35 <el-option label="张三" value="张三" />
36 36 </el-select>
37   - </el-form-item>
  37 + </el-form-item> -->
38 38 <el-form-item label="创建时间" prop="createDate">
39 39 <el-select v-model="formSel.createDate" placeholder="请选择"
40 40 style="width: 168px;margin-right: 15px">
... ... @@ -92,8 +92,8 @@
92 92 </el-table-column>
93 93 <el-table-column label="上传格式" prop="uploadFormat" min-width="150" v-if="leixing">
94 94 </el-table-column>
95   - <el-table-column prop="createUser" label="创建人" min-width="120">
96   - </el-table-column>
  95 + <!-- <el-table-column prop="createUser" label="创建人" min-width="120">
  96 + </el-table-column> -->
97 97 <el-table-column prop="rentalStatus" label="租赁状态" min-width="120">
98 98 <template slot-scope="scope">
99 99 {{scope.row.rentalStatus=='0'?'待租':'已租'}}
... ... @@ -135,7 +135,7 @@
135 135 <div style="padding: 20px;">
136 136 <el-form :model="formInline" :rules="leixing?rules:rulesSt" ref="formInline" label-width="100px" class="demo-ruleForm">
137 137 <el-form-item label="广告位名称" prop="advertisingName">
138   - <el-input v-model="formInline.advertisingName" placeholder="请输入" style="margin-top:5px;"></el-input>
  138 + <el-input v-model="formInline.advertisingName" placeholder="请输入" style="margin-top:5px;" maxlength="50"></el-input>
139 139 </el-form-item>
140 140 <el-form-item label="广告位编号" prop="advertisingSpaceNumber">
141 141 <el-input v-model="formInline.advertisingSpaceNumber" disabled placeholder="将根据类型自动为资源编号" style="margin-top:5px;"></el-input>
... ... @@ -153,7 +153,7 @@
153 153 </el-select>
154 154 </el-form-item>
155 155 <el-form-item label="详细位置" prop="detailedLocation" v-if='leixing == false'>
156   - <el-input v-model="formInline.detailedLocation" placeholder="请输入" style="margin-top:5px;"></el-input>
  156 + <el-input v-model="formInline.detailedLocation" placeholder="请输入" style="margin-top:5px;" maxlength="200"></el-input>
157 157 </el-select>
158 158 </el-form-item>
159 159 <el-form-item label="轮播顺序" prop="rotationOrder" v-if='leixing'>
... ... @@ -163,7 +163,7 @@
163 163 </el-select>
164 164 </el-form-item>
165 165 <el-form-item label="地图标点" prop="mapPunctuation" v-if='leixing == false'>
166   - <div style="width: 100%;height: 100px;border: 1px solid #3F9B6A;">
  166 + <div style="width: 100%;height: 300px;border: 1px solid #3F9B6A;">
167 167 <map-mark :sendChildDate="getChildDate"></map-mark>
168 168 </div>
169 169 </el-form-item>
... ... @@ -269,7 +269,7 @@
269 269 <div style="padding: 20px;">
270 270 <el-form :model="editbgid" :rules="leixing?rules:rulesSt" ref="formInline" label-width="100px" class="demo-ruleForm">
271 271 <el-form-item label="广告位名称" prop="advertisingName">
272   - <el-input v-model="editbgid.advertisingName" placeholder="请输入" style="margin-top:5px;" :disabled="edit"></el-input>
  272 + <el-input v-model="editbgid.advertisingName" placeholder="请输入" style="margin-top:5px;" :disabled="edit" maxlength="50"></el-input>
273 273 </el-form-item>
274 274 <el-form-item label="广告位编号" prop="advertisingSpaceNumber">
275 275 <el-input v-model="editbgid.advertisingSpaceNumber" disabled placeholder="将根据类型自动为资源编号" style="margin-top:5px;"></el-input>
... ... @@ -285,7 +285,7 @@
285 285 </el-select>
286 286 </el-form-item>
287 287 <el-form-item label="详细位置" prop="detailedLocation" v-if='leixing == false'>
288   - <el-input v-model="editbgid.detailedLocation" placeholder="请输入" style="margin-top:5px;" :disabled="edit"></el-input>
  288 + <el-input v-model="editbgid.detailedLocation" placeholder="请输入" style="margin-top:5px;" :disabled="edit" maxlength="200"></el-input>
289 289 </el-select>
290 290 </el-form-item>
291 291 <el-form-item label="轮播顺序" prop="rotationOrder" v-if='leixing'>
... ... @@ -295,7 +295,7 @@
295 295 </el-select>
296 296 </el-form-item>
297 297 <el-form-item label="地图标点" prop="mapPunctuation" v-if='leixing == false'>
298   - <div style="width: 100%;height: 100px;border: 1px solid #3F9B6A;">
  298 + <div style="width: 100%;height: 300px;border: 1px solid #3F9B6A;">
299 299 <MapXian :message="parentMessage" :edit='edit' :sendMap='getChildDate'></MapXian>
300 300  
301 301 </div>
... ... @@ -385,8 +385,8 @@
385 385 <div style="margin-top: 20px;display: flex;justify-content: flex-end;">
386 386 <el-button @click="colse(2)" class="buttonHover"
387 387 style="color: #000;border: 1px solid #DBDBDB;background-color: #fff;">取消</el-button>
388   - <el-button @click="bianji" style="background-color: #3F9B6A;color: #fff;">编辑</el-button>
389   - <el-button @click="editpush()" style="background-color: #3F9B6A;color: #fff;">提交</el-button>
  388 + <el-button @click="bianji" style="background-color: #3F9B6A;color: #fff;" v-if="edit">编辑</el-button>
  389 + <el-button @click="editpush()" style="background-color: #3F9B6A;color: #fff;" v-if="!edit">提交</el-button>
390 390 </div>
391 391 <div style="margin-top: 30px;" class="editcss">
392 392 <!-- <div class="titles">
... ...
admin-web-master/src/views/detect/ziyuanList.vue
... ... @@ -11,14 +11,14 @@
11 11 <div style="margin-top: 20px;" v-if="restype == '商铺'">
12 12 <el-form label-width="140px" :model="ruleForm" :rules="rules" ref="ruleForm" :validate-on-rule-change="false" :show-message="false">
13 13 <el-form-item label="商铺名称" prop="shopName">
14   - <el-input v-model="ruleForm.shopName" style="margin-top:5px;" :disabled="edit"></el-input>
  14 + <el-input v-model="ruleForm.shopName" style="margin-top:5px;" :disabled="edit" maxlength="50"></el-input>
15 15 </el-form-item>
16 16 <el-form-item label="场地编号" prop="venueNumber">
17 17 <el-input v-model="ruleForm.venueNumber" disabled placeholder="将根据类型自动为资源编号"
18 18 style="margin-top:5px;"></el-input>
19 19 </el-form-item>
20 20 <el-form-item label="门牌号" prop="houseNumber">
21   - <el-input v-model="ruleForm.houseNumber" style="margin-top:5px;" :disabled="edit"></el-input>
  21 + <el-input v-model="ruleForm.houseNumber" style="margin-top:5px;" :disabled="edit" maxlength="20"></el-input>
22 22 </el-form-item>
23 23  
24 24 <el-form-item label="建筑形式" prop="architecturalForm">
... ... @@ -39,12 +39,12 @@
39 39 </el-select>
40 40 </el-form-item>
41 41 <el-form-item label="建筑面积" prop="floorSpace">
42   - <el-input v-model="ruleForm.floorSpace" style="margin-top:5px;" :disabled="edit">
  42 + <el-input v-model.number="ruleForm.floorSpace" style="margin-top:5px;" :disabled="edit">
43 43 <template slot="append">M<sup>2</sup></template>
44 44 </el-input>
45 45 </el-form-item>
46 46 <el-form-item label="实际使用面积" prop="actualUsableArea">
47   - <el-input v-model="ruleForm.actualUsableArea" style="margin-top:5px;" :disabled="edit">
  47 + <el-input v-model.number="ruleForm.actualUsableArea" style="margin-top:5px;" :disabled="edit">
48 48 <template slot="append">M<sup>2</sup></template>
49 49 </el-input>
50 50 </el-form-item>
... ... @@ -62,15 +62,15 @@
62 62 </el-select>
63 63 </el-form-item>
64 64 <el-form-item label="归属部门" prop="belongingDepartment">
65   - <el-input v-model="ruleForm.belongingDepartment" style="margin-top:5px;" :disabled="edit">
  65 + <el-input v-model="ruleForm.belongingDepartment" style="margin-top:5px;" :disabled="edit" maxlength="50">
66 66 </el-input>
67 67 </el-form-item>
68 68 <el-form-item label="负责人" prop="head">
69   - <el-input v-model="ruleForm.head" style="margin-top:5px;" :disabled="edit">
  69 + <el-input v-model="ruleForm.head" style="margin-top:5px;" :disabled="edit" maxlength="20">
70 70 </el-input>
71 71 </el-form-item>
72 72 <el-form-item label="详细位置" prop="detailedLocation">
73   - <el-input v-model="ruleForm.detailedLocation" style="margin-top:5px;" :disabled="edit">
  73 + <el-input v-model="ruleForm.detailedLocation" style="margin-top:5px;" :disabled="edit" maxlength="100">
74 74 </el-input>
75 75 </el-form-item>
76 76 <el-form-item label="地图标点" prop="mapPunctuation">
... ... @@ -103,7 +103,7 @@
103 103 <el-form label-width="140px" :model="ruleForm" :rules="rulestwo" ref="ruleForm" :show-message="false"
104 104 :validate-on-rule-change="false">
105 105 <el-form-item label="场地名称" prop="venueName">
106   - <el-input v-model="ruleForm.venueName" style="margin-top:5px;" :disabled="edit"></el-input>
  106 + <el-input v-model="ruleForm.venueName" style="margin-top:5px;" :disabled="edit" maxlength="50"></el-input>
107 107 </el-form-item>
108 108 <el-form-item label="场地类型" prop="venueType">
109 109 <el-select v-model="ruleForm.venueType" style="margin-top:5px;width: 100%;" :disabled="edit">
... ... @@ -112,7 +112,7 @@
112 112 </el-select>
113 113 </el-form-item>
114 114 <el-form-item label="实际使用面积" prop="actualArea">
115   - <el-input v-model="ruleForm.actualArea" style="margin-top:5px;" :disabled="edit">
  115 + <el-input v-model.number="ruleForm.actualArea" style="margin-top:5px;" :disabled="edit">
116 116 <template slot="append">M<sup>2</sup></template>
117 117 </el-input>
118 118 </el-form-item>
... ... @@ -130,15 +130,15 @@
130 130 </el-select>
131 131 </el-form-item>
132 132 <el-form-item label="归属部门" prop="department">
133   - <el-input v-model="ruleForm.department" style="margin-top:5px;" :disabled="edit">
  133 + <el-input v-model="ruleForm.department" style="margin-top:5px;" :disabled="edit" maxlength="50">
134 134 </el-input>
135 135 </el-form-item>
136 136 <el-form-item label="负责人" prop="responsiblePerson">
137   - <el-input v-model="ruleForm.responsiblePerson" style="margin-top:5px;" :disabled="edit">
  137 + <el-input v-model="ruleForm.responsiblePerson" style="margin-top:5px;" :disabled="edit" maxlength="20">
138 138 </el-input>
139 139 </el-form-item>
140 140 <el-form-item label="详细位置" prop="detailedLocation">
141   - <el-input v-model="ruleForm.detailedLocation" style="margin-top:5px;" :disabled="edit">
  141 + <el-input v-model="ruleForm.detailedLocation" style="margin-top:5px;" :disabled="edit" maxlength="100">
142 142 </el-input>
143 143 </el-form-item>
144 144 <el-form-item label="地图标点" prop="mapMarker">
... ... @@ -148,7 +148,7 @@
148 148 </div>
149 149 </el-form-item>
150 150 <el-form-item label="场地描述" prop="description">
151   - <el-input type="textarea" v-model="ruleForm.description" style="margin-top:5px;" :disabled="edit"
  151 + <el-input type="textarea" v-model="ruleForm.description" style="margin-top:5px;" :disabled="edit" maxlength="200"
152 152 ></el-input>
153 153 </el-form-item>
154 154 <el-form-item label="规划图纸" prop="planningDrawing">
... ... @@ -180,7 +180,7 @@
180 180 </el-select>
181 181 </el-form-item>
182 182 <el-form-item label="广告位名称" prop="advertisingName">
183   - <el-input v-model="ruleForm.advertisingName" style="margin-top:5px;" :disabled="edit"></el-input>
  183 + <el-input v-model="ruleForm.advertisingName" style="margin-top:5px;" :disabled="edit" maxlength="50"></el-input>
184 184 </el-form-item>
185 185 <el-form-item label="广告位编号" prop="advertisingSpaceNumber">
186 186 <el-input v-model="ruleForm.advertisingSpaceNumber" disabled placeholder="将根据类型自动为资源编号"
... ... @@ -193,7 +193,7 @@
193 193 </el-select>
194 194 </el-form-item>
195 195 <el-form-item label="详细位置" prop="detailedLocation" v-if='leixing == false'>
196   - <el-input v-model="ruleForm.detailedLocation" style="margin-top:5px;" :disabled="edit"></el-input>
  196 + <el-input v-model="ruleForm.detailedLocation" style="margin-top:5px;" :disabled="edit" maxlength="50"></el-input>
197 197 </el-form-item>
198 198 <el-form-item label="轮播顺序" prop="rotationOrder" v-if='leixing'>
199 199 <el-select v-model="ruleForm.rotationOrder" style="margin-top:5px;width: 100%;" :disabled="edit">
... ... @@ -603,7 +603,10 @@
603 603 }
604 604 console.log(this.ruleForm)
605 605 } else {
606   - console.log('error submit!!');
  606 + this.$message({
  607 + message: '请填写完整信息',
  608 + type: 'error'
  609 + })
607 610 return false;
608 611 }
609 612 })
... ...
admin-web-master/src/views/online/QRFunds/index.vue
... ... @@ -149,7 +149,7 @@ export default {
149 149 shopCode: '', // 店铺编码
150 150 chargePersonName: '', // 店铺负责人
151 151 contractState: '', // 合同状态 1-有效 0-无效
152   - page: '1', // 当前页
  152 + page: 1, // 当前页
153 153 pageSize: '10' // 每页记录数
154 154 },
155 155 showQF:false,
... ... @@ -176,8 +176,10 @@ export default {
176 176 handleSizeChange(){
177 177  
178 178 },
179   - handleCurrentChange(){
180   -
  179 + handleCurrentChange(val){
  180 + this.currentPage = val
  181 + this.formInline.page = val
  182 +this.getAll(this.formInline)
181 183 },
182 184 seeMore(item){
183 185 MerchantQRcode({appCode:'ACDWL20240528003',id:'9E602E5977EC48DEA06D42C67F4C93F0'}).then(res=>{
... ...
admin-web-master/src/views/rent/audit/index.vue
... ... @@ -15,27 +15,26 @@
15 15 <el-form-item label="资源类型" prop="affiliation">
16 16 <el-select v-model="formSel.affiliation" placeholder="请选择"
17 17 style="width: 168px;margin-right: 15px">
18   - <el-option label="商铺" value="商铺" />
19   - <el-option label="场地" value="场地" />
  18 + <el-option label="商铺" value="sp" />
  19 + <el-option label="场地" value="cd" />
20 20 </el-select>
21 21 </el-form-item>
22   - <el-form-item label="经营用途" prop="affiliation">
23   - <el-select v-model="formSel.affiliation" placeholder="请选择"
  22 + <el-form-item label="经营用途" prop="businessPurpose">
  23 + <el-select v-model="formSel.businessPurpose" placeholder="请选择"
24 24 style="width: 168px;margin-right: 15px">
25   -
  25 + <el-option :label="item" :value="item" v-for="item in selData"/>
26 26 </el-select>
27 27 </el-form-item>
28 28 <el-form-item label="发布状态" prop="auditStatus">
29 29 <el-select v-model="formSel.auditStatus" placeholder="请选择"
30 30 style="width: 168px;margin-right: 15px">
31 31 <el-option label="待审核" value="1" />
32   - <el-option label="审核通过" value="2" />
  32 + <el-option label="待签约" value="2" />
33 33 <el-option label="已驳回" value="3" />
  34 + <el-option label="已签约" value="4" />
  35 + <el-option label="已终止" value="5" />
34 36 </el-select>
35 37 </el-form-item>
36   -
37   - <!-- <el-input v-model="formSel.contacts" placeholder="请输入关键词" suffix-icon="el-icon-search"
38   - style="width: 220px;margin-right: 15px" /> -->
39 38 </el-form>
40 39  
41 40 <div>
... ... @@ -543,11 +542,11 @@
543 542 <!-- <el-button @click="MsgShen(5)" style="background-color: #3F9B6A;color: #fff;">招商进度查看</el-button> -->
544 543 </div>
545 544 <div style="padding:20px 0;display:flex;justify-content:flex-end;" v-if="secondData.state != '5'">
546   - <el-button icon="el-icon-edit" @click="LiuYes(1)"
  545 + <el-button icon="el-icon-edit" @click="LiuYes(2)"
547 546 style="background-color: #3F9B6A;color: #fff;">同意</el-button>
548 547 <!-- <el-button icon="el-icon-refresh-left" @click="Liunie=true"
549 548 style="background-color: #3F9B6A;color: #fff;">退回</el-button> -->
550   - <el-button icon="el-icon-circle-close" @click="LiuYes(2)"
  549 + <el-button icon="el-icon-circle-close" @click="LiuYes(3)"
551 550 style="background-color: #3F9B6A;color: #fff;">驳回</el-button>
552 551 </div>
553 552 <el-dialog
... ... @@ -1720,6 +1719,7 @@ contractNumber: &#39;&#39;, //合同对应的ID
1720 1719 ziyuanAll:[],
1721 1720 ziyuanData:[],
1722 1721 multipleSelection:[],
  1722 + selData:[]
1723 1723 }
1724 1724 },
1725 1725  
... ... @@ -1752,7 +1752,7 @@ contractNumber: &#39;&#39;, //合同对应的ID
1752 1752 const minutes = now.getMinutes().toString().padStart(2, '0');
1753 1753 const seconds = now.getSeconds().toString().padStart(2, '0');
1754 1754  
1755   - return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
  1755 + return `${year}-${month}-${day} ${hours}:${minutes}`;
1756 1756 },
1757 1757  
1758 1758  
... ... @@ -1761,6 +1761,12 @@ contractNumber: &#39;&#39;, //合同对应的ID
1761 1761 const res = await GetAll(this.pageindex)
1762 1762 this.tableData = res.data.content
1763 1763 this.total = res.data.content.length
  1764 + this.tableData.map(item=>{
  1765 + if (!this.selData.includes(item.businessPurpose)) {
  1766 + this.selData.push(item.businessPurpose);
  1767 + }
  1768 + })
  1769 +
1764 1770 },
1765 1771 //编辑确认
1766 1772 async msgeditS(){
... ... @@ -1874,6 +1880,7 @@ contractNumber: &#39;&#39;, //合同对应的ID
1874 1880 this.Liunie = true
1875 1881 },
1876 1882 async luru(item){
  1883 + this.secondData = item
1877 1884 this.heForm ={
1878 1885 contractNumber: '', //合同对应的ID
1879 1886 ectionNumber: '',
... ... @@ -1926,6 +1933,7 @@ contractNumber: &#39;&#39;, //合同对应的ID
1926 1933 this.heForm.appendicesContract = JSON.stringify(this.hefuData[0])
1927 1934 }
1928 1935 contractAdd(this.heForm).then(res => {
  1936 + msgedit({auditStatus:'4',id:this.secondData.id,contractNumber:res.data.contractNumber})
1929 1937 this.formInline.contractNumber = res.data.contractNumber
1930 1938 this.formInline.createDate = this.currentTime()
1931 1939 cereLeasingAdd(this.formInline).then(res => {
... ... @@ -1948,7 +1956,7 @@ contractNumber: &#39;&#39;, //合同对应的ID
1948 1956 this.multipleSelection.push(val)
1949 1957 },
1950 1958 async OAshen(){
1951   - await msgedit({auditStatus:'2',id:this.secondData.id})
  1959 + await msgedit({auditStatus:this.liuYe,id:this.secondData.id})
1952 1960 this.Liunie = false
1953 1961 this.actSpye = false
1954 1962 this.getAll()
... ... @@ -1979,7 +1987,7 @@ contractNumber: &#39;&#39;, //合同对应的ID
1979 1987 seconds = seconds < 10 ? '0' + seconds : seconds;
1980 1988  
1981 1989 // 拼接日期和时间字符串
1982   - let strDate = `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
  1990 + let strDate = `${year}-${month}-${day} ${hours}:${minutes}`;
1983 1991 return strDate;
1984 1992 },
1985 1993 }
... ...
admin-web-master/src/views/scheme/planningBz.vue
... ... @@ -20,7 +20,7 @@
20 20 <el-option label="品牌规划" value="品牌规划" />
21 21 </el-select>
22 22 <div style="width: 68px;height:36px;line-height:32px;">实施时间</div>
23   - <el-date-picker style="width:200px;" v-model="formSel.plan_Time" value-format="yyyy-MM-dd" type="daterange" prefix-icon="none"
  23 + <el-date-picker style="width:250px;" v-model="formSel.plan_Time" value-format="yyyy-MM-dd" type="daterange" prefix-icon="none"
24 24 range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期"
25 25 >
26 26 </el-date-picker>
... ... @@ -161,7 +161,7 @@
161 161 </el-date-picker>
162 162 </el-form-item>
163 163 <div style="display: flex;align-items: baseline;" v-if="xiangqing==1" >
164   - <div style="height:20px; padding: 0 0 0 12px;color:#000000e6">规划目标</div>
  164 + <div style="height:20px; padding: 0 0 0 12px;color:#000000e6;width:15%">规划目标</div>
165 165 <div style="padding:20px 10px;" v-html="secondData.planningObjectives" ></div>
166 166 </div>
167 167 <el-form-item label="规划目标" prop="planningObjectives" v-if="xiangqing==2">
... ... @@ -170,7 +170,7 @@
170 170  
171 171 </el-form-item>
172 172 <div style="display: flex;align-items: baseline;" v-if="xiangqing==1" >
173   - <div style="height:20px; padding: 0 0 0 12px;color:#000000e6">规划背景</div>
  173 + <div style="height:20px; padding: 0 0 0 12px;color:#000000e6;width:15%">规划背景</div>
174 174 <div style="padding:20px 10px;" v-html="secondData.planningBackground" ></div>
175 175 </div>
176 176 <el-form-item label="规划背景" prop="planningBackground" v-if="xiangqing==2">
... ... @@ -179,7 +179,7 @@
179 179  
180 180 </el-form-item>
181 181 <div style="display: flex;align-items: baseline;" v-if="xiangqing==1" >
182   - <div style="height:20px; padding: 0 0 0 12px;color:#000000e6">规划内容</div>
  182 + <div style="height:20px; padding: 0 0 0 12px;color:#000000e6;width:15%">规划内容</div>
183 183 <div style="padding:20px 10px;" v-html="secondData.planningContent" ></div>
184 184 </div>
185 185 <el-form-item label="规划内容" prop="planningContent" style="margin-bottom:20px;" v-if="xiangqing==2" >
... ...
admin-web-master/src/views/scheme/planningPar.vue
... ... @@ -15,10 +15,12 @@
15 15 <div style="width: 68px;height:36px;line-height:32px;">规划类型</div>
16 16 <el-select v-model="formSel.planningType" placeholder="请选择"
17 17 style="width: 168px;margin-right: 15px">
18   - <el-option label="1" value="1" />
  18 + <el-option label="招商规划" value="招商规划" />
  19 + <el-option label="业态规划" value="业态规划" />
  20 + <el-option label="品牌规划" value="品牌规划" />
19 21 </el-select>
20 22 <div style="width: 68px;height:36px;line-height:32px;">实施时间</div>
21   - <el-date-picker style="width:200px;" v-model="formSel.plan_Time"value-format="yyyy-MM-dd" type="daterange" prefix-icon="none"
  23 + <el-date-picker style="width:250px;" v-model="formSel.plan_Time"value-format="yyyy-MM-dd" type="daterange" prefix-icon="none"
22 24 range-separator="-" start-placeholder="开始日期" end-placeholder="结束日期"
23 25 >
24 26 </el-date-picker>
... ... @@ -468,8 +470,8 @@
468 470 {{scope.row.implementationStartTime}}至{{scope.row.implementationEndTime}}
469 471 </template>
470 472 </el-table-column>
471   - <el-table-column label="编写人" prop="author" min-width="120" >
472   - </el-table-column>
  473 + <!-- <el-table-column label="编写人" prop="author" min-width="120" >
  474 + </el-table-column> -->
473 475 <el-table-column prop="reviewStatus" label="审核状态" min-width="150">
474 476 <template slot-scope="scope">
475 477 {{ scope.row.reviewStatus == "1" ? "待审核" :scope.row.reviewStatus == "2" ?'已通过' :scope.row.reviewStatus == "3" ?'已驳回' :'' }}
... ...
admin-web-master/src/views/scheme/samXin.vue
... ... @@ -4,7 +4,7 @@
4 4 <div style="padding:20px;" class="xinFrom">
5 5 <el-form :model="form" :rules="rulesform" ref="ruleForm" label-width="80px">
6 6 <el-form-item label="策略名称" prop="policyName">
7   - <el-input v-model="form.policyName" placeholder="请输入" style="width: 87%;margin-right: 15px"></el-input>
  7 + <el-input v-model="form.policyName" placeholder="请输入" style="width: 87%;margin-right: 15px" maxlength="50"></el-input>
8 8 </el-form-item>
9 9 <el-form-item label="适用资源" prop="applicableResources">
10 10 <el-radio-group v-model="form.applicableResources">
... ... @@ -50,7 +50,7 @@
50 50 </el-col>
51 51 <el-col :span="12">
52 52 <el-form-item label="租金价格" prop="rentalPrice">
53   - <el-input v-model.number="form.rentalPrice" placeholder="请输入" style="width: 72%;margin-right: 15px;">
  53 + <el-input v-model.number="form.rentalPrice" placeholder="请输入" style="width: 72%;margin-right: 15px;" maxlength="30">
54 54 <template slot="suffix"><span
55 55 style="position: absolute;top: 19px;right: 1px;width: 50px;">元/m<sup>2</sup></span></template>
56 56 <!-- <i slot="suffix" class="el-input__icon el-icon-date"></i> -->
... ... @@ -62,7 +62,7 @@
62 62 <el-row>
63 63 <el-col :span="12">
64 64 <el-form-item label="商铺租期" prop="leaseTerm">
65   - <el-input v-model="form.leaseTerm" style="width: 72%;" placeholder="请输入/年或/月"></el-input>
  65 + <el-input v-model="form.leaseTerm" style="width: 72%;" placeholder="请输入/年或/月" maxlength="20"></el-input>
66 66  
67 67 </el-form-item>
68 68 </el-col>
... ... @@ -77,12 +77,12 @@
77 77 <el-row>
78 78 <el-col :span="12">
79 79 <el-form-item label="免租条件" prop="rentFreeCondition">
80   - <el-input v-model="form.rentFreeCondition" placeholder="请输入" style="width: 72%;"></el-input>
  80 + <el-input v-model="form.rentFreeCondition" placeholder="请输入" style="width: 72%;" maxlength="50"></el-input>
81 81 </el-form-item>
82 82 </el-col>
83 83 <el-col :span="12">
84 84 <el-form-item label="免租期" prop="rentFreePeriod">
85   - <el-input v-model="form.rentFreePeriod" placeholder="请输入/天" style="width: 72%;"></el-input>
  85 + <el-input v-model="form.rentFreePeriod" placeholder="请输入/天" style="width: 72%;" maxlength="20"></el-input>
86 86  
87 87 </el-form-item>
88 88 </el-col>
... ... @@ -90,7 +90,7 @@
90 90 <el-row>
91 91 <el-col :span="12">
92 92 <el-form-item label="付款条件" prop="paymentTerms">
93   - <el-input v-model="form.paymentTerms" placeholder="请输入" style="width: 72%;"></el-input>
  93 + <el-input v-model="form.paymentTerms" placeholder="请输入" style="width: 72%;" maxlength="50"></el-input>
94 94 </el-form-item>
95 95 </el-col>
96 96 <el-col :span="12">
... ... @@ -183,7 +183,7 @@
183 183 <el-form :model="formInline" :rules="formInlineRules" ref="formInlineRules" label-width="80px">
184 184 <el-form-item label="策略名称" prop="policyName">
185 185 <el-input v-model="formInline.policyName" placeholder="请输入"
186   - style="width: 87%;margin-right: 15px"></el-input>
  186 + style="width: 87%;margin-right: 15px" maxlength="50"></el-input>
187 187 </el-form-item>
188 188 <el-form-item label="适用资源" prop="applicableResources">
189 189 <el-radio-group v-model="formInline.applicableResources">
... ... @@ -223,7 +223,7 @@
223 223 </el-col>
224 224 <el-col :span="12">
225 225 <el-form-item label="租金价格" prop="rentalPrice">
226   - <el-input v-model.number="formInline.rentalPrice" placeholder="请输入" style="width: 72%;margin-right: 15px">
  226 + <el-input v-model.number="formInline.rentalPrice" placeholder="请输入" style="width: 72%;margin-right: 15px" maxlength="30">
227 227 <template slot="suffix"><span
228 228 style="position: absolute;top: 19px;right: 1px;width: 50px;">元/m<sup>2</sup></span></template>
229 229 </el-input>
... ... @@ -235,7 +235,7 @@
235 235 <el-row>
236 236 <el-col :span="12">
237 237 <el-form-item label="商铺租期" prop="leaseTerm">
238   - <el-input v-model="formInline.leaseTerm" style="width: 72%;;margin-right: 15px" placeholder="请输入/年或/月"></el-input>
  238 + <el-input v-model="formInline.leaseTerm" style="width: 72%;;margin-right: 15px" placeholder="请输入/年或/月" maxlength="20"></el-input>
239 239  
240 240 </el-form-item>
241 241 </el-col>
... ... @@ -250,12 +250,12 @@
250 250 <el-row>
251 251 <el-col :span="12">
252 252 <el-form-item label="免租条件" prop="rentFreeCondition">
253   - <el-input v-model="formInline.rentFreeCondition" placeholder="请输入" style="width: 72%;"></el-input>
  253 + <el-input v-model="formInline.rentFreeCondition" placeholder="请输入" style="width: 72%;" maxlength="50"></el-input>
254 254 </el-form-item>
255 255 </el-col>
256 256 <el-col :span="12">
257 257 <el-form-item label="免租期" prop="rentFreePeriod">
258   - <el-input v-model="formInline.rentFreePeriod" placeholder="请输入/天" style="width: 72%;"></el-input>
  258 + <el-input v-model="formInline.rentFreePeriod" placeholder="请输入/天" style="width: 72%;" maxlength="20"></el-input>
259 259  
260 260 </el-form-item>
261 261 </el-col>
... ... @@ -263,7 +263,7 @@
263 263 <el-row>
264 264 <el-col :span="12">
265 265 <el-form-item label="付款条件" prop="paymentTerms">
266   - <el-input v-model="formInline.paymentTerms" placeholder="请输入" style="width: 72%;"></el-input>
  266 + <el-input v-model="formInline.paymentTerms" placeholder="请输入" style="width: 72%;" maxlength="50"></el-input>
267 267 </el-form-item>
268 268 </el-col>
269 269 <el-col :span="12">
... ... @@ -393,6 +393,15 @@
393 393 {
394 394 type: 'number',
395 395 message: '必须为数字值'
  396 + },
  397 + {
  398 + validator: (rule, value, callback) => {
  399 + if (value <= 0) {
  400 + callback(new Error('租金价格必须大于0'));
  401 + } else {
  402 + callback();
  403 + }
  404 + }
396 405 }],
397 406 },
398 407 formInlineRules:{
... ... @@ -428,6 +437,15 @@
428 437 {
429 438 type: 'number',
430 439 message: '必须为数字值'
  440 + },
  441 + {
  442 + validator: (rule, value, callback) => {
  443 + if (value <= 0) {
  444 + callback(new Error('租金价格必须大于0'));
  445 + } else {
  446 + callback();
  447 + }
  448 + }
431 449 }],
432 450  
433 451 }
... ... @@ -537,11 +555,10 @@ this.getAll()
537 555 this.$emit('childClose', false);
538 556 })
539 557 } else {
540   - this.$message({
541   - message: '请填写数据',
542   - customClass: 'custom-message',
543   - offset: 100
544   - })
  558 + this.$message({
  559 + message: '请填写完整信息',
  560 + type: 'error'
  561 + })
545 562 return false;
546 563 }
547 564 })
... ... @@ -573,9 +590,8 @@ this.getAll()
573 590  
574 591 } else {
575 592 this.$message({
576   - message: '请填写数据',
577   - customClass: 'custom-message',
578   - offset: 100
  593 + message: '请填写完整信息',
  594 + type: 'error'
579 595 })
580 596 return false;
581 597 }
... ...
admin-web-master/vue.config.js
... ... @@ -52,7 +52,7 @@ module.exports = {
52 52 // '/adminapi': {
53 53 // target: 'http://8.130.38.56:8027/admin-web', // 测试
54 54 // // target: 'http://localhost:9003/', // 平台端
55   - // // target: 'https://ceresdev.zkthink.com/adminapi', // 平台端
  55 +
56 56 // // target: 'https://bizapi.zkthink.com', // 商家端
57 57 // changeOrigin: true,
58 58 // pathRewrite: {
... ... @@ -62,16 +62,16 @@ module.exports = {
62 62 // '/': {
63 63 // target: 'http://8.130.38.56:8027/admin-web', // 测试
64 64 // // target: 'http://localhost:9003/', // 平台端
65   - // // target: 'https://ceresdev.zkthink.com/adminapi/', // 平台端
  65 +
66 66 // // target: 'https://bizapi.zkthink.com', // 商家端
67 67 // changeOrigin: true,
68 68 // },
69 69 '/meserver/admin-server/':{
70   - target: 'https://wjdc.scjysm.asia:1443/meserver/admin-server/', // 测试
  70 + target: 'https://jy.scjysm.asia:18086/meserver/admin-server/', // 测试
71 71 // target: 'http://172.16.61.123:8080/meserver/admin-server/', // 测试
72 72 // https://jy.scjysm.asia:18086/admin-server http://172.16.61.123:8080/meserver/admin-server/ https://wjdc.scjysm.asia1443/cdwlMall/admin-server
73 73 // target: 'http://localhost:9003/', // 平台端
74   - // target: 'https://ceresdev.zkthink.com/adminapi/', // 平台端
  74 +
75 75 // target: 'https://bizapi.zkthink.com', // 商家端
76 76 changeOrigin: true,
77 77 pathRewrite: {
... ...
ceres-uniapp-master/components/AliHbPay/index.vue
... ... @@ -24,7 +24,7 @@
24 24 <view class="pay-type-img">
25 25 <img
26 26 class="pay-type-img-inner"
27   - src="https://ceres.zkthink.com/static/images/alipay.png"
  27 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/alipay.png"
28 28 />
29 29 </view>
30 30 <label class="pay-type-label">支付宝支付</label>
... ... @@ -39,7 +39,7 @@
39 39 <view class="pay-type-img">
40 40 <img
41 41 class="pay-type-img-inner"
42   - src="https://ceres.zkthink.com/static/images/huabei.png"
  42 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/huabei.png"
43 43 />
44 44 </view>
45 45 <label class="pay-type-label">花呗分期</label>
... ...
ceres-uniapp-master/components/CashierList/index.vue
... ... @@ -95,21 +95,21 @@ export default {
95 95 id: 1,
96 96 label: '微信支付',
97 97 paymentMode: 1,
98   - icon: 'https://ceres.zkthink.com/static/images/wechat_pay.png',
  98 + icon: 'https://jy.scjysm.asia:18086/mefile/file/static/images/wechat_pay.png',
99 99 disabled:false
100 100 },
101 101 {
102 102 id: 2,
103 103 label: '支付宝支付',
104 104 paymentMode: 2,
105   - icon: 'https://ceres.zkthink.com/static/images/alipay.png',
  105 + icon: 'https://jy.scjysm.asia:18086/mefile/file/static/images/alipay.png',
106 106 disabled:false
107 107 },
108 108 {
109 109 id: 3,
110 110 label: '花呗分期',
111 111 paymentMode: 3,
112   - icon: 'https://ceres.zkthink.com/static/images/huabei.png',
  112 + icon: 'https://jy.scjysm.asia:18086/mefile/file/static/images/huabei.png',
113 113 disabled:false
114 114 }
115 115  
... ...
ceres-uniapp-master/components/Empty/index.vue
... ... @@ -40,7 +40,7 @@ export default {
40 40 },
41 41 iconUrl:{
42 42 type:String,
43   - default:()=>'https://ceres.zkthink.com/static/images/searchEmpty.png'
  43 + default:()=>'https://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png'
44 44 }
45 45 },
46 46 computed:{
... ...
ceres-uniapp-master/components/activities/combinedSales.vue
... ... @@ -3,7 +3,7 @@
3 3 <view class="group-warp">
4 4 <view class="title">
5 5 <label>
6   - <image class="title-img" src="https://ceres.zkthink.com/static/images/combinationIcon.png" alt="组合销售" mode="widthFix"></image>
  6 + <image class="title-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/combinationIcon.png" alt="组合销售" mode="widthFix"></image>
7 7 </label>
8 8 <view class="price-text">
9 9 组合价:¥{{composePrice}}
... ... @@ -434,7 +434,7 @@ export default {
434 434 margin: 0 auto;
435 435 line-height: 50upx;
436 436 border: 2upx solid #E4E5E6;
437   - background: url("https://ceres.zkthink.com/static/images/arrow-suk-select.png") no-repeat right center / 60upx 60upx;
  437 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/arrow-suk-select.png") no-repeat right center / 60upx 60upx;
438 438 .text{
439 439 font-size: 24upx;
440 440 color: #999;
... ...
ceres-uniapp-master/components/basics/categoryShow.vue
... ... @@ -59,7 +59,7 @@
59 59 </view>
60 60 </view>
61 61 <view v-if="ifShow" class="emptyCart-box flex-items-plus flex-column">
62   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/img/bgnull.png" mode="widthFix" />
  62 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png" mode="widthFix" />
63 63 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
64 64 </view>
65 65 </view>
... ...
ceres-uniapp-master/components/canvasShow/basics/header/app/index.vue
... ... @@ -7,7 +7,7 @@
7 7 <view v-else class="h3" :style="{fontSize:componentContent.fontSizeNum+'px',fontWeight:componentContent.textFontW,color:componentContent.titColor}">{{componentContent.title}}</view>
8 8 <view class="search-btn" @click="searchPro">
9 9 <image class="search-icon"
10   - src="https://ceres.zkthink.com/static/img/search.png"
  10 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//search.png"
11 11 mode="widthFix"></image>
12 12 </view>
13 13 </view>
... ...
ceres-uniapp-master/components/canvasShow/basics/newProduct/app/index.vue
... ... @@ -17,7 +17,7 @@
17 17 <img class="iconImg" v-if="item.activityType == 3" src="../../../static/images/discountListIcon.png">
18 18 <img class="iconImg" v-if="item.activityType == 5" src="../../../static/images/discountListIcon.png">
19 19 <img class="iconImg" v-if="item.activityType == 9" src="../../../static/images/memberCenterIcon.png">
20   - <img class="iconImg" v-if="item.activityType == 8" src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png">
  20 + <img class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png">
21 21 <!-- #endif -->
22 22 <!-- #ifdef H5 || APP-PLUS -->
23 23 <image class="iconImg" v-if="item.activityType == 1" src="../../../static/images/groupBuyIcon.png"></image>
... ... @@ -26,7 +26,7 @@
26 26 <image class="iconImg" v-if="item.activityType == 3" src="../../../static/images/discountListIcon.png"></image>
27 27 <image class="iconImg" v-if="item.activityType == 5" src="../../../static/images/discountListIcon.png"></image>
28 28 <image class="iconImg" v-if="item.activityType == 9" src="../../../static/images/memberCenterIcon.png"></image>
29   - <image class="iconImg" v-if="item.activityType == 8" src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png"></image>
  29 + <image class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png"></image>
30 30 <!-- #endif -->
31 31 <div class="price">
32 32 ¥ {{item.price}}
... ...
ceres-uniapp-master/components/canvasShow/basics/product/app/index.vue
... ... @@ -106,7 +106,7 @@
106 106 <img class="iconImg" v-if="item.activityType == 9"
107 107 src="../../../static/images/memberCenterIcon.png">
108 108 <img class="iconImg" v-if="item.activityType == 8"
109   - src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png">
  109 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png">
110 110 <!-- #endif -->
111 111 <!-- #ifdef H5 || APP-PLUS -->
112 112 <image class="iconImg" v-if="item.activityType == 1"
... ... @@ -122,7 +122,7 @@
122 122 <image class="iconImg" v-if="item.activityType == 9"
123 123 src="../../../static/images/memberCenterIcon.png">
124 124 <image class="iconImg" v-if="item.activityType == 8"
125   - src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png">
  125 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png">
126 126 <!-- #endif -->
127 127 <div class="price">
128 128 ¥ {{ item.price }}
... ... @@ -186,7 +186,7 @@
186 186 <img class="iconImg" v-if="item.activityType == 9"
187 187 src="../../../static/images/memberCenterIcon.png" />
188 188 <img class="iconImg" v-if="item.activityType == 8"
189   - src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png" />
  189 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" />
190 190 <!-- #endif -->
191 191 <!-- #ifdef H5 || APP-PLUS -->
192 192 <image class="iconImg" v-if="item.activityType == 1"
... ... @@ -202,7 +202,7 @@
202 202 <image class="iconImg" v-if="item.activityType == 9"
203 203 src="../../../static/images/memberCenterIcon.png" />
204 204 <image class="iconImg" v-if="item.activityType == 8"
205   - src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png" />
  205 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" />
206 206 <!-- #endif -->
207 207 <div class="price">
208 208 ¥ {{ item.price }}
... ...
ceres-uniapp-master/components/canvasShow/config/mixin/funMixin.js
... ... @@ -96,18 +96,18 @@ export const tool = {
96 96 })
97 97 }
98 98 },
99   - // 跳转到拼团专区
100   - jumpGroupWorks(item){
101   - if(item.shopId){
102   - uni.navigateTo({
103   - url: '/pages_category_page1/discount/groupBuy?shopId=' + item.shopId + '&shopGroupWorkId=' + item.shopGroupWorkId
104   - })
105   - } else {
106   - uni.navigateTo({
107   - url: '/pages_category_page1/discount/groupBuy?'
108   - })
109   - }
110   - },
  99 + // // 跳转到拼团专区
  100 + // jumpGroupWorks(item){
  101 + // if(item.shopId){
  102 + // uni.navigateTo({
  103 + // url: '/pages_category_page1/discount/groupBuy?shopId=' + item.shopId + '&shopGroupWorkId=' + item.shopGroupWorkId
  104 + // })
  105 + // } else {
  106 + // uni.navigateTo({
  107 + // url: '/pages_category_page1/discount/groupBuy?'
  108 + // })
  109 + // }
  110 + // },
111 111 // 跳转到折扣专区
112 112 jumpDiscount(item){
113 113 if(item.shopId){
... ...
ceres-uniapp-master/components/goodsDetalils/coupon-popup.vue
... ... @@ -19,7 +19,7 @@
19 19 <view v-show="activeTypeFlag === 0">
20 20 <view class="couponShow">
21 21 <view class="title-box">
22   - <image class="close-btn" @click="onActivityClose" src="https://ceres.zkthink.com/static/images/close.png"></image>
  22 + <image class="close-btn" @click="onActivityClose" src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"></image>
23 23 </view>
24 24 <view class="shopCouponBox" :class="markTools.length === 0 && 'flex'">
25 25 <view class="list" v-if="markTools.length > 0">
... ... @@ -46,7 +46,7 @@
46 46 </view>
47 47 </view>
48 48 <view v-else class="emptyOrder-box flex-items-plus flex-column">
49   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  49 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
50 50 <label class="font-color-999 fs26 mar-top-30">你还没有优惠券哦~</label>
51 51 </view>
52 52 </view>
... ... @@ -55,7 +55,7 @@
55 55 <view v-show="activeTypeFlag === 1">
56 56 <view class="couponShow">
57 57 <view class="title-box">
58   - <image class="close-btn" @click="onActivityClose" src="https://ceres.zkthink.com/static/images/close.png"></image>
  58 + <image class="close-btn" @click="onActivityClose" src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"></image>
59 59 </view>
60 60 <view class="shopCouponBox" :class="shopMarkTools.length === 0 && 'flex'">
61 61 <view class="list" v-if="shopMarkTools.length > 0">
... ... @@ -81,7 +81,7 @@
81 81 </view>
82 82 </view>
83 83 <view v-else class="emptyOrder-box flex-items-plus flex-column">
84   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  84 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
85 85 <label class="font-color-999 fs26 mar-top-30">你还没有优惠券哦~</label>
86 86 </view>
87 87 </view>
... ... @@ -89,7 +89,7 @@
89 89 </view>
90 90 <view class="receive-success" v-if="isShowSuccess">
91 91 <view class="success-box">
92   - <image class="success-img" src="https://ceres.zkthink.com/static/images/success_tu.png"></image>
  92 + <image class="success-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/success_tu.png"></image>
93 93 <view class="text">领取成功</view>
94 94 </view>
95 95 </view>
... ... @@ -307,7 +307,7 @@ export default {
307 307 .item {
308 308 width: 50%;
309 309 height: 291rpx;
310   - background: url("https://ceres.zkthink.com/static/images/couponsIcon.png") no-repeat center top;
  310 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon.png") no-repeat center top;
311 311 border-radius: 10rpx;
312 312 margin-top: 20rpx;
313 313 display: flex;
... ... @@ -318,7 +318,7 @@ export default {
318 318 margin-bottom: 30rpx;
319 319 }
320 320 .received {
321   - background: url("https://ceres.zkthink.com/static/images/couponsIcon1.png") no-repeat center top;
  321 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon1.png") no-repeat center top;
322 322 background-size: contain;
323 323 .discoun {
324 324 color: #999999;
... ...
ceres-uniapp-master/components/hoteRecommed/index.vue
1 1 <template>
2 2 <view class="hotTemplate" v-if="productList.length">
3 3 <view class="evaluateIcon flex-items">
4   - <image src="https://ceres.zkthink.com/static/images/evaluateIcon.png"></image>
  4 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/evaluateIcon.png"></image>
5 5 <text>热门推荐</text>
6 6 </view>
7 7 <view class="recommendList">
... ...
ceres-uniapp-master/components/modal/modal.vue
... ... @@ -13,7 +13,7 @@
13 13 </view>
14 14 <view v-else>
15 15 <view class="flex-end-plus" @tap="handleClickCancel">
16   - <!-- <image class="img" src="https://ceres.zkthink.com/static/close@3x.png" mode=""></image> -->
  16 +
17 17 </view>
18 18 <slot></slot>
19 19 </view>
... ...
ceres-uniapp-master/components/notice/notice.vue
1 1 <template>
2 2 <view class="notice">
3 3 <view class="content">
4   - <image src="https://ceres.zkthink.com/static/assets/images/cereshop/notice.png" mode=""></image>
  4 +
5 5 <swiper class="swiper" :circular="true" :autoplay="true" :vertical="true" :interval="3000" :duration="500">
6 6 <swiper-item v-for="(item,index) in list" :key="item.noticeId">
7 7 <view class="swiper-item uni-bg-red fs26 font-color-333 overflow" @tap="goToMesDetail(item)">{{item.noticeTitle}}</view>
... ...
ceres-uniapp-master/config/api - 副本.js
... ... @@ -4,9 +4,9 @@ const DOMAIN_PREFIXPING = &#39;http://8.130.38.56:8027/admin-server&#39;
4 4 // const DOMAIN_PREFIXPING = 'http://172.16.61.48/admin-server'
5 5 // const DOMAIN_PREFIX = 'http://172.16.61.48/api'
6 6 //const DOMAIN_PREFIX = 'http://192.168.2.61:9007'
7   -// const DOMAIN_PREFIX = 'https://ceres.zkthink.com/api'
8 7  
9   -// https://ceresdev.zkthink.com
  8 +
  9 +
10 10 // #ifndef H5
11 11 const WX_API_BASE = DOMAIN_PREFIX // app
12 12 const WX_API_BASEPING = DOMAIN_PREFIXPING // app
... ... @@ -33,7 +33,7 @@ module.exports = {
33 33 SettledMerchantPrefix: 'http://172.16.61.48/settled-merchant', //商家入驻链接
34 34 // shareLink: DOMAIN_PREFIX + '/h5', // 分享地址
35 35 shareLink: 'http://172.16.61.48/h5', // 分享地址
36   - // shareLink: 'https://ceres.zkthink.com/h5', // 分享地址
  36 +
37 37  
38 38 //登录注册
39 39 Verify: '/api/app/getCode', // 获取短信验证码
... ...
ceres-uniapp-master/config/api.js
... ... @@ -7,12 +7,12 @@
7 7 // const DOMAIN_PREFIX = 'http://172.16.61.126:8080/meserver/api'
8 8 // const DOMAIN_PREFIXPING = 'http://172.16.61.126:8080/meserver/admin-server'
9 9 // const DOMAIN_PREFIX = 'http://172.16.61.126:8080/meserver/api'
10   -// const DOMAIN_PREFIXPING = 'https://jy.scjysm.asia:18086/meserver/admin-server'
11   -// const DOMAIN_PREFIX = 'https://jy.scjysm.asia:18086/meserver/api'
  10 +const DOMAIN_PREFIXPING = 'https://jy.scjysm.asia:18086/meserver/admin-server'
  11 +const DOMAIN_PREFIX = 'https://jy.scjysm.asia:18086/meserver/api'
12 12 // const DOMAIN_PREFIXPING = 'https://wjdc.scjysm.asia:1443/meserver/admin-server'
13 13 // const DOMAIN_PREFIX = 'https://wjdc.scjysm.asia:1443/meserver/api'
14   -const DOMAIN_PREFIXPING = 'https://zhld.028wlkj.com/meserver/admin-server'
15   -const DOMAIN_PREFIX ='https://zhld.028wlkj.com:1443/meserver/api'
  14 +// const DOMAIN_PREFIXPING = 'https://zhld.028wlkj.com:1443/meserver/admin-server'
  15 +// const DOMAIN_PREFIX ='https://zhld.028wlkj.com:1443/meserver/api'
16 16 // const DOMAIN_PREFIXPING = 'http://192.168.2.98:9003'
17 17 // const DOMAIN_PREFIX = 'http://192.168.2.98:9007'
18 18 // const DOMAIN_PREFIXPING = 'http://8.130.38.56:8019/admin-server'
... ... @@ -20,9 +20,7 @@ const DOMAIN_PREFIX =&#39;https://zhld.028wlkj.com:1443/meserver/api&#39;
20 20 // const DOMAIN_PREFIXPING = 'http://172.16.61.48/meserver/admin-server'
21 21 // const DOMAIN_PREFIX = 'http://172.16.61.48/meserver/api'
22 22 //const DOMAIN_PREFIX = 'http://192.168.2.61:9007'
23   -// const DOMAIN_PREFIX = 'https://ceres.zkthink.com/api'
24 23  
25   -// https://ceresdev.zkthink.com
26 24 // #ifndef H5
27 25 const WX_API_BASE = DOMAIN_PREFIX // app
28 26 const WX_API_BASEPING = DOMAIN_PREFIXPING // app
... ... @@ -49,7 +47,7 @@ module.exports = {
49 47 SettledMerchantPrefix: 'https://jy.scjysm.asia:18086/settled-merchant', //商家入驻链接
50 48 // shareLink: DOMAIN_PREFIX + '/h5', // 分享地址
51 49 shareLink: 'http://172.16.61.123:9007/h5', // 分享地址
52   - // shareLink: 'https://ceres.zkthink.com/h5', // 分享地址
  50 +
53 51  
54 52 //登录注册
55 53 Verify: WX_API_BASE + '/app/getCode', // 获取短信验证码
... ...
ceres-uniapp-master/manifest - 副本.json
... ... @@ -50,32 +50,32 @@
50 50 "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
51 51 ]
52 52 },
53   - "ios" : {
54   - "idfa" : false
55   - },
  53 + // "ios" : {
  54 + // "idfa" : false
  55 + // },
56 56 /* ios打包配置 */
57   - "sdkConfigs" : {
58   - "ad" : {},
59   - "payment" : {
60   - "weixin" : {
61   - "__platform__" : [ "ios", "android" ],
62   - "appid" : "wxec665c74647095aa",
63   - "UniversalLinks" : "https://ceres.zkthink.com/apple-app-site-association"
64   - }
65   - },
66   - "maps" : {},
67   - "speech" : {
68   - "ifly" : {}
69   - },
70   - "geolocation" : {},
71   - "share" : {
72   - "weixin" : {
73   - "appid" : "wxec665c74647095aa",
74   - "UniversalLinks" : "https://ceres.zkthink.com/apple-app-site-association"
75   - }
76   - },
77   - "push" : {}
78   - },
  57 + // "sdkConfigs" : {
  58 + // "ad" : {},
  59 + // "payment" : {
  60 + // "weixin" : {
  61 + // "__platform__" : [ "ios", "android" ],
  62 + // "appid" : "wxec665c74647095aa",
  63 + // "UniversalLinks" : ""
  64 + // }
  65 + // },
  66 + // "maps" : {},
  67 + // "speech" : {
  68 + // "ifly" : {}
  69 + // },
  70 + // "geolocation" : {},
  71 + // "share" : {
  72 + // "weixin" : {
  73 + // "appid" : "wxec665c74647095aa",
  74 + // "UniversalLinks" : ""
  75 + // }
  76 + // },
  77 + // "push" : {}
  78 + // },
79 79 "splashscreen" : {
80 80 "androidStyle" : "common",
81 81 "iosStyle" : "common"
... ... @@ -152,34 +152,23 @@
152 152 "base" : "/h5/"
153 153 },
154 154 "title" : "锦江公园",
155   - "domain" : "https://ceres.zkthink.com",
156   - "devServer" : {
157   - "port" : 8080, //端口号
158   - "disableHostCheck" : true,
159   - "proxy" : {
160   - // "/apis" : {
161   - // // "target" : "http://3jr3905.qicp.vip:29544", //目标接口域名
162   - // "target" : "http://8.130.38.56:8027", //目标接口域名
163   - // "changeOrigin" : true, //是否跨域
164   - // "secure" : true, // 设置支持https协议的代理
165   - // "pathRewrite" : {
166   - // "^/apis" : "/admin-server"
167   - // }
168   - // },
169   - "/api" : {
170   - // "target" : "http://3jr3905.qicp.vip:29544", //目标接口域名
171   - // "target" : "https://ceres.zkthink.com/api", //目标接口域名
172   - "target" : "http://8.130.38.56:8027", //目标接口域名
173   - "changeOrigin" : true, //是否跨域
174   - "secure" : true, // 设置支持https协议的代理
175   - "pathRewrite" : {
176   - "^/api" : "/api",
177   - "^/apis":"/admin-server"
178   - }
179   - }
180   - },
181   - "https" : false
182   - },
  155 + // "domain" : "https://jy.scjysm.asia:18086/meserver",
  156 + "devServer" : {
  157 + "port" : 8080, //端口号
  158 + "disableHostCheck" : true,
  159 + "proxy" : {
  160 + "/api" : {
  161 + // "target" : "http://3jr3905.qicp.vip:29544", //目标接口域名
  162 + "target" : "https://jy.scjysm.asia:18086/meserver", //目标接口域名
  163 + "changeOrigin" : true, //是否跨域
  164 + "secure" : true, // 设置支持https协议的代理
  165 + "pathRewrite" : {
  166 + "^/api" : ""
  167 + }
  168 + }
  169 + },
  170 + "https" : false
  171 + },
183 172 "optimization" : {
184 173 "treeShaking" : {
185 174 "enable" : false
... ...
ceres-uniapp-master/manifest.json
... ... @@ -60,7 +60,7 @@
60 60 "weixin" : {
61 61 "__platform__" : [ "ios", "android" ],
62 62 "appid" : "wxec665c74647095aa",
63   - "UniversalLinks" : "https://ceres.zkthink.com/apple-app-site-association"
  63 + "UniversalLinks" : ""
64 64 }
65 65 },
66 66 "maps" : {},
... ... @@ -71,7 +71,7 @@
71 71 "share" : {
72 72 "weixin" : {
73 73 "appid" : "wxec665c74647095aa",
74   - "UniversalLinks" : "https://ceres.zkthink.com/apple-app-site-association"
  74 + "UniversalLinks" : ""
75 75 }
76 76 },
77 77 "push" : {}
... ... @@ -149,17 +149,16 @@
149 149 "h5" : {
150 150 "router" : {
151 151 "mode" : "history",
152   - "base" : "/cdwlMall/meh5"
  152 + "base" : "/meh5"
153 153 },
154 154 "title" : "锦江公园",
155   - "domain" : "https://ceres.zkthink.com",
  155 + "domain" : "",
156 156 "devServer" : {
157 157 "port" : 8080, //端口号
158 158 "disableHostCheck" : true,
159 159 "proxy" : {
160 160 "/api" : {
161   - // "target" : "http://3jr3905.qicp.vip:29544", //目标接口域名
162   - "target" : "https://ceres.zkthink.com/api", //目标接口域名
  161 + "target" : "https://jy.scjysm.asia:18086/meserver", //目标接口域名
163 162 "changeOrigin" : true, //是否跨域
164 163 "secure" : true, // 设置支持https协议的代理
165 164 "pathRewrite" : {
... ...
ceres-uniapp-master/pages.json
... ... @@ -42,15 +42,17 @@
42 42 "backgroundColor": "#39be7a",
43 43 "navigationBarTextStyle": "white"
44 44 }
45   - }, {
46   - "path": "discount/groupBuy",
47   - "style": {
48   - "navigationBarTitleText": "拼团专区",
49   - "navigationBarBackgroundColor": "#39be7a",
50   - "backgroundColor": "#39be7a",
51   - "navigationBarTextStyle": "white"
52   - }
53   - }, {
  45 + },
  46 + // {
  47 + // "path": "discount/groupBuy",
  48 + // "style": {
  49 + // "navigationBarTitleText": "拼团专区",
  50 + // "navigationBarBackgroundColor": "#39be7a",
  51 + // "backgroundColor": "#39be7a",
  52 + // "navigationBarTextStyle": "white"
  53 + // }
  54 + // },
  55 + {
54 56 "path": "discount/discount",
55 57 "style": {
56 58 "navigationBarTitleText": "限时折扣专区",
... ...
ceres-uniapp-master/pages/tabbar/category/index.vue
1 1 <template>
2 2 <view>
3 3 <global-loading />
4   - <!--<view class="header">
5   - <image class="logo" src="https://ceres.zkthink.com//assets/img/logo.png" mode="widthFix"></image>
6   - </view>-->
7   - <!-- <div style="background-color: #fff; padding: 30rpx 30rpx 10rpx 30rpx;position: relative;">
8   -
9   - <u-input placeholder="请输入内容" :border="true" prefixIcon="search"
10   - prefixIconStyle="font-size: 20rpx;color: #909399!important;" v-model="value"
11   - style="border-radius: 40rpx;font-size: 20rpx;padding:0rpx 30rpx 0 100rpx; " :show-confirmbar="true" @input="handleSearch"></u-input>
12   - <div style="position: absolute; top:46rpx;left: 68rpx;" class="iconboder">
13   - <u-icon name="search" color="#AFB3B4" size="28"></u-icon>
14   - </div>
15   - </div> -->
  4 +
16 5 <view style="background-color: #fff;">
17 6 <view class="flex-items-plus flex-row mar-top-20">
18 7 <view class="searchImg-box flex-items-plus">
19   - <image class="searchImg" src="https://ceres.zkthink.com/static/img/searchImg.png"></image>
  8 + <image class="searchImg" src="https://jy.scjysm.asia:18086/mefile/file/static/img//searchImg.png"></image>
20 9 <input class="search-box" v-model="keyWord" placeholder-class="searchboxPlace"
21 10 placeholder="请输入您想要的宝贝" />
22   - <!-- <image class="searchClose-icon" @click="searchTextDel"
23   - src="https://ceres.zkthink.com/static/img/index/searchClose_icon.png"></image>-->
  11 +
24 12 </view>
25 13 <view class="mar-left-40 fs26" @click="getList">搜索</view>
26 14 </view>
... ... @@ -56,10 +44,10 @@
56 44 <view v-for="(item,val) in slist" :key="item.classifyId" class="s-list" >
57 45 <view class="classBox flex-items-plus" >
58 46 <!-- v-if="item.childs.length>0" -->
59   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/images/classRight.png">
  47 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/classRight.png">
60 48 </image>
61 49 <text class="s-item">{{item.classifyName}}</text>
62   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/images/classLeft.png">
  50 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/classLeft.png">
63 51 </image>
64 52 </view>
65 53  
... ... @@ -90,7 +78,7 @@
90 78 </view>
91 79 </scroll-view>
92 80 <view v-if="ifEmpty" class="emptyOrder-box flex-items-plus flex-column">
93   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  81 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
94 82 <label class="font-color-999 fs26 mar-top-30">该分类没有商品~</label>
95 83 </view>
96 84 </view>
... ...
ceres-uniapp-master/pages/tabbar/index/index.vue
... ... @@ -30,7 +30,7 @@
30 30 >
31 31 <image
32 32 class="search-icon"
33   - src="https://ceres.zkthink.com/static/images/searchImg.png"
  33 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/searchImg.png"
34 34 mode="widthFix"
35 35 >
36 36 </image>
... ... @@ -52,7 +52,7 @@
52 52 >
53 53 <image
54 54 class="search-icon"
55   - src="https://ceres.zkthink.com/static/img/search.png"
  55 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//search.png"
56 56 mode="widthFix"
57 57 >
58 58 </image>
... ... @@ -77,7 +77,7 @@
77 77 <view class="reachBottom"
78 78 v-if="topLeft > 400">
79 79 <image class="reach-icon"
80   - src="https://ceres.zkthink.com/static/img/reachBottom.png"
  80 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png"
81 81 mode="widthFix">
82 82 </image>
83 83 <text class="reach-text">这里到底了哦~~</text>
... ... @@ -89,7 +89,7 @@
89 89 <view class="text-align fs34 fs-bold">
90 90 协议与隐私政策
91 91 </view>
92   - <p class="mar-top-20">欢迎来到锦江公园!我们根据最新的法律、法规、监管政策要求,更新了cereshop隐私政策。</p>
  92 + <p class="mar-top-20">欢迎来到锦江公园!我们根据最新的法律、法规、监管政策要求,更新了隐私政策。</p>
93 93 <view class="flex-display flex-sp-between">
94 94 <view class="btn submit"
95 95 @click="privacyShow = false">
... ...
ceres-uniapp-master/pages/tabbar/user/index.data.js
... ... @@ -59,7 +59,7 @@ export const fastCardOneList = [
59 59 {
60 60 id:3,
61 61 label:'分销中心',
62   - icon:'https://ceres.zkthink.com/static/img/user/fenxiao.png',
  62 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/fenxiao.png',
63 63 jumpUrl:'../../../pages_category_page1/distributionModule/index'
64 64 },
65 65 {
... ... @@ -83,7 +83,7 @@ export const fastCardOneList = [
83 83 {
84 84 id:7,
85 85 label:'常见问题',
86   - icon:'https://ceres.zkthink.com/static/img/user/kaquan.png',
  86 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/kaquan.png',
87 87 jumpUrl:'../../../pages_category_page1/askedquestion/askedquestion'
88 88 },
89 89 {
... ... @@ -99,61 +99,61 @@ export const fastCardTwoList = [
99 99 {
100 100 id:2,
101 101 label:'我的问答',
102   - icon:'https://ceres.zkthink.com/static/img/user/myQuestionIcon.png',
  102 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/myQuestionIcon.png',
103 103 jumpUrl:'../../../pages_category_page2/userModule/questionList'
104 104 },
105 105  
106 106 {
107 107 id:2,
108 108 label:'我的售后',
109   - icon:'https://ceres.zkthink.com/static/img/user/shouhou.png',
  109 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/shouhou.png',
110 110 jumpUrl:'../../../pages_category_page2/orderModule/afterSale'
111 111 },
112 112 {
113 113 id:3,
114 114 label:'会员中心',
115   - icon:'https://ceres.zkthink.com/static/img/user/VIP.png',
  115 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/VIP.png',
116 116 jumpUrl:'../../../pages_category_page1/memberCenter/index'
117 117 },
118 118 {
119 119 id:4,
120 120 label:'银行卡',
121   - icon:'https://ceres.zkthink.com/static/img/user/kaquan.png',
  121 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/kaquan.png',
122 122 jumpUrl:'../../../pages_category_page2/userModule/bankcard'
123 123 },
124 124 {
125 125 id:5,
126 126 label:'我的积分',
127   - icon:'https://ceres.zkthink.com/static/img/user/myIntegral.png',
  127 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/myIntegral.png',
128 128 jumpUrl:'../../../pages_category_page1/integral/index'
129 129 },
130 130 {
131 131 id:6,
132 132 label:'签到',
133   - icon:'https://ceres.zkthink.com/static/img/user/signIcon.png',
  133 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/signIcon.png',
134 134 jumpUrl:'../../../pages_category_page1/integral/sign'
135 135 },
136 136 {
137 137 id:8,
138 138 label:'平台客服',
139   - icon:'https://ceres.zkthink.com/static/img/user/service.png',
  139 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/service.png',
140 140 jumpUrl:'function:flyToService'
141 141 },
142 142 {
143 143 id:5,
144 144 label:'我的账户',
145   - icon:'https://ceres.zkthink.com/static/img/user/account.png',
  145 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/account.png',
146 146 jumpUrl:'../../../pages_category_page2/userModule/memberAccount'
147 147 },
148 148 {
149 149 id:6,
150 150 label:'我的卡券',
151   - icon:'https://ceres.zkthink.com/static/img/user/kaquan.png',
  151 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/kaquan.png',
152 152 jumpUrl:'../../../pages_category_page2/userModule/coupon'
153 153 }, {
154 154 id:7,
155 155 label:'分销中心',
156   - icon:'https://ceres.zkthink.com/static/img/user/fenxiao.png',
  156 + icon:'https://jy.scjysm.asia:18086/mefile/file/static/img//user/fenxiao.png',
157 157 jumpUrl:'../../../pages_category_page1/distributionModule/index'
158 158 }
159 159 ]
... ...
ceres-uniapp-master/pages/tabbar/user/index.vue
... ... @@ -12,12 +12,12 @@
12 12 <view class="user-info-box" @click="$jump('../../../pages_category_page2/userModule/login')"
13 13 v-if="userItem.name===undefined ">
14 14 <image class="user-image u-skeleton-circle"
15   - src="https://ceres.zkthink.com/static/img/user/morentouxiang.png" mode="widthFix"></image>
  15 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/morentouxiang.png" mode="widthFix"></image>
16 16 <view class="user-info">
17 17 <view class="user-logoin-title u-skeleton-fillet">点击登录</view>
18 18 <view class="user-logoin-lable u-skeleton-fillet">登录后享受更多权益~</view>
19 19 </view>
20   - <image class="user-info-right" src="https://ceres.zkthink.com/static/img/user/back.png"></image>
  20 + <image class="user-info-right" src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/back.png"></image>
21 21 <view class="notice">
22 22 <view class="messNum" v-if="userItem.notRead>0">{{ userItem.notRead }}
23 23 </view>
... ... @@ -29,7 +29,7 @@
29 29 @click="handleJump('../../../pages_category_page2/userModule/personalDetails')"
30 30 v-if="userItem.headImage" :src="userItem.headImage" mode="widthFix"
31 31 style="border-radius: 25%; border: 2px solid #fff;"></image>
32   - <image class="user-image" v-else src="https://ceres.zkthink.com/static/img/user/morentouxiang.png"
  32 + <image class="user-image" v-else src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/morentouxiang.png"
33 33 mode="widthFix">
34 34 </image>
35 35 <view class="user-info">
... ... @@ -108,7 +108,7 @@
108 108 <button open-type="contact"
109 109 class="item-btn btnNone">
110 110 <image class="item-btn-icon"
111   - src="https://ceres.zkthink.com/static/img/user/service.png"
  111 + src=""
112 112 mode="widthFix"></image>
113 113 <view class="item-btn-text">平台客服</view>
114 114 </button>
... ...
ceres-uniapp-master/pages_category_page1/activity.vue
... ... @@ -23,7 +23,7 @@
23 23 {{item.shopName}}
24 24 </view>
25 25 <view>
26   - <image class="rightIcon" src="https://ceres.zkthink.com/images/arrowRight.png" mode="aspectFill"></image>
  26 + <!-- <image class="rightIcon" src="" mode="aspectFill"></image> -->
27 27 </view>
28 28 </view>
29 29 </view>
... ...
ceres-uniapp-master/pages_category_page1/coupon/list.vue
... ... @@ -64,7 +64,7 @@
64 64 >
65 65 <image
66 66 class="reach-icon"
67   - src="https://ceres.zkthink.com/static/img/reachBottom.png"
  67 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png"
68 68 mode="widthFix"
69 69 ></image>
70 70 <text class="reach-text">这里到底了哦~~</text>
... ... @@ -184,7 +184,7 @@ page {
184 184 margin-top: 40rpx;
185 185 padding: 25rpx 35rpx;
186 186 overflow: hidden;
187   - background-image: url("https://ceres.zkthink.com/static/images/borderIcon.png");
  187 + background-image: url("https://jy.scjysm.asia:18086/mefile/file/static/images/borderIcon.png");
188 188 background-repeat: no-repeat;
189 189 background-size: contain;
190 190 background-position: right top;
... ...
ceres-uniapp-master/pages_category_page1/coupon/product.vue
... ... @@ -4,7 +4,7 @@
4 4  
5 5 <view class="productList">
6 6 <view class="couponTit flex-items">
7   - <image src="https://ceres.zkthink.com/static/images/counponTitIcon.png"></image>
  7 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/counponTitIcon.png"></image>
8 8 <text class="fs24 font-color-C83732" v-if="currentCoupon.discountMode === 1">以下商品使用满{{currentCoupon.fullMoney}}元减{{currentCoupon.reduceMoney}}元的优惠券</text>
9 9 <text class="fs24 font-color-C83732" v-else>以下商品使用满{{currentCoupon.fullMoney}}打{{currentCoupon.reduceMoney}}折</text>
10 10 </view>
... ... @@ -23,7 +23,7 @@
23 23 </view>
24 24 </view>
25 25 <view v-if="ifEmpty" class="emptyOrder-box flex-items-plus flex-column">
26   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  26 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
27 27 <label class="font-color-999 fs26 mar-top-30">暂无可用商品~</label>
28 28 </view>
29 29 </view>
... ...
ceres-uniapp-master/pages_category_page1/discount/discount.vue
... ... @@ -27,8 +27,7 @@
27 27 <view class="r">
28 28 <view class="arrowUp" :class="{activeUp: type == 1}"></view>
29 29 <view class="arrowDown" :class="{activeDown: type == 2}"></view>
30   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="type == 1" class="arrow-img padd-t"></image>-->
31   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="type == 2" class="arrow-img padd-b"></image>-->
  30 +
32 31 </view>
33 32 </view>
34 33 <view class="nav-item-sort" @click="sortTap(3)">
... ... @@ -36,8 +35,7 @@
36 35 <view class="r">
37 36 <view class="arrowUp" :class="{activeUp: volume == 1}"></view>
38 37 <view class="arrowDown" :class="{activeDown: volume == 2}"></view>
39   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="volume == 1" class="arrow-img padd-t"></image>-->
40   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="volume == 2" class="arrow-img padd-b"></image>-->
  38 +
41 39 </view>
42 40 </view>
43 41 </view>
... ... @@ -54,7 +52,7 @@
54 52 <view class="price">
55 53 <view class="currentPrice flex-row-plus flex-items-plus font-color-FF7800">
56 54 <view class="iconBox">
57   - <image src="https://ceres.zkthink.com/static/images/discountListIcon.png"></image>
  55 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"></image>
58 56 </view>
59 57 <view class="flex-row-plus flex-items priceInfo">
60 58 <label class="fs24">¥</label>
... ... @@ -311,7 +309,7 @@ page {
311 309 .discountBg {
312 310 width: 100%;
313 311 height: 480rpx;
314   - background: url("https://ceres.zkthink.com/static/images/discount.png") no-repeat left top;
  312 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discount.png") no-repeat left top;
315 313 background-size: contain;
316 314 position: relative;
317 315 .discountInfoBox {
... ... @@ -323,7 +321,7 @@ page {
323 321 height: 99rpx;
324 322 line-height: 99rpx;
325 323 text-align: center;
326   - background: url("https://ceres.zkthink.com/static/images/discountText.png") no-repeat center center;
  324 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discountText.png") no-repeat center center;
327 325 font-size: 28rpx;
328 326 color: #FFFFFF;
329 327 background-size: contain;
... ...
ceres-uniapp-master/pages_category_page1/discount/groupBuy.vue
... ... @@ -3,7 +3,7 @@
3 3 <global-loading />
4 4  
5 5 <view class="groupBuyBg">
6   - <image src="https://ceres.zkthink.com/static/images/groupBuyLogo.png"></image>
  6 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyLogo.png"></image>
7 7 </view>
8 8 <view
9 9 class="countdown"
... ... @@ -100,14 +100,14 @@
100 100 <view class="price">
101 101 <view class="currentPrice flex-row-plus flex-items-plus font-color-FF7800">
102 102 <view class="iconBox">
103   - <image src="https://ceres.zkthink.com/static/images/groupBuyIcon.png"></image>
  103 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png"></image>
104 104 </view>
105 105 <view class="flex-row-plus flex-items priceInfo">
106 106 <label class="fs24">¥</label>
107 107 <label class="fs36">{{ item.price }}</label>
108 108 </view>
109 109 </view>
110   - <view
  110 + <!-- <view
111 111 v-if="groupDataList.state === 1"
112 112 class="snapUpBtn"
113 113 @click="gogoodsDetails(item.shopId,item.productId,item.skuId)"
... ... @@ -121,8 +121,8 @@
121 121 stroke-width="5"
122 122 />
123 123 </view>
124   - </view>
125   - <view
  124 + </view> -->
  125 + <!-- <view
126 126 v-else
127 127 class="snapUpBtn btnStyle1"
128 128 >
... ... @@ -135,7 +135,7 @@
135 135 stroke-width="5"
136 136 />
137 137 </view>
138   - </view>
  138 + </view> -->
139 139 </view>
140 140 </view>
141 141 </view>
... ... @@ -145,7 +145,7 @@
145 145 >
146 146 <image
147 147 class="emptyOrder-img"
148   - src="https://ceres.zkthink.com/static/img/bgnull.png"
  148 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"
149 149 ></image>
150 150 <label class="font-color-999 fs26 mar-top-30">暂无活动商品~</label>
151 151 </view>
... ...
ceres-uniapp-master/pages_category_page1/discount/platformDiscount.vue
... ... @@ -25,8 +25,7 @@
25 25 <view class="r">
26 26 <view class="arrowUp" :class="{activeUp: type == 1}"></view>
27 27 <view class="arrowDown" :class="{activeDown: type == 2}"></view>
28   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="type == 1" class="arrow-img padd-t"></image>-->
29   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="type == 2" class="arrow-img padd-b"></image>-->
  28 +
30 29 </view>
31 30 </view>
32 31 <view class="nav-item-sort" @click="sortTap(3)">
... ... @@ -34,8 +33,7 @@
34 33 <view class="r">
35 34 <view class="arrowUp" :class="{activeUp: volume == 1}"></view>
36 35 <view class="arrowDown" :class="{activeDown: volume == 2}"></view>
37   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="volume == 1" class="arrow-img padd-t"></image>-->
38   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="volume == 2" class="arrow-img padd-b"></image>-->
  36 +
39 37 </view>
40 38 </view>
41 39 </view>
... ... @@ -52,7 +50,7 @@
52 50 <view class="price">
53 51 <view class="currentPrice flex-row-plus flex-items-plus font-color-FF7800">
54 52 <view class="iconBox">
55   - <image src="https://ceres.zkthink.com/static/images/discountListIcon.png"></image>
  53 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"></image>
56 54 </view>
57 55 <view class="flex-row-plus flex-items priceInfo">
58 56 <label class="fs24">¥</label>
... ... @@ -69,7 +67,7 @@
69 67 </view>
70 68 </view>
71 69 <view v-if="ifEmpty" class="emptyOrder-box flex-items-plus flex-column">
72   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  70 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
73 71 <label class="font-color-999 fs26 mar-top-30">暂无活动商品~</label>
74 72 </view>
75 73 </view>
... ... @@ -317,7 +315,7 @@ page {
317 315 .discountBg {
318 316 width: 100%;
319 317 height: 480rpx;
320   - background: url("https://ceres.zkthink.com/static/images/discount.png") no-repeat left top;
  318 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discount.png") no-repeat left top;
321 319 background-size: contain;
322 320 position: relative;
323 321 .discountInfoBox {
... ... @@ -329,7 +327,7 @@ page {
329 327 height: 99rpx;
330 328 line-height: 91rpx;
331 329 text-align: center;
332   - background: url("https://ceres.zkthink.com/static/images/discountText.png") no-repeat center center;
  330 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discountText.png") no-repeat center center;
333 331 font-size: 28rpx;
334 332 color: #FFFFFF;
335 333 background-size: contain;
... ...
ceres-uniapp-master/pages_category_page1/discount/spikeList.vue
... ... @@ -4,7 +4,7 @@
4 4  
5 5 <view v-if="!shopSeckillId">
6 6 <view class="spikeBg">
7   - <image src="https://ceres.zkthink.com/static/images/spikelLogo.png"></image>
  7 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikelLogo.png"></image>
8 8 </view>
9 9 <view class="tabs-nav-warp spikeNav">
10 10 <scroll-view class="tabs-nav" scroll-x="true">
... ... @@ -61,7 +61,7 @@
61 61 <view class="price">
62 62 <view class="currentPrice flex-items font-color-FF7800">
63 63 <view class="iconBox flex-items">
64   - <image src="https://ceres.zkthink.com/static/images/spikeIcon.png"></image>
  64 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"></image>
65 65 </view>
66 66 <view class="flex-row-plus flex-items priceInfo">
67 67 <label class="fs24">¥</label>
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/distributionOrder.vue
... ... @@ -13,8 +13,8 @@
13 13 </view>
14 14 </view>
15 15 <view>
16   - <image v-if="item.ifOpen == false" class="arrow-down" src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-16/5533f3baf2184f86b5ef88ed6c400713_arrowDownIcon.png"></image>
17   - <image v-if="item.ifOpen == true" class="arrow-down" src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-16/22f5f56f53ec4f558a6268e4fef7e1f5_arrowUpIcon.png"></image>
  16 + <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/5533f3baf2184f86b5ef88ed6c400713_arrowDownIcon.png"></image>
  17 + <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/22f5f56f53ec4f558a6268e4fef7e1f5_arrowUpIcon.png"></image>
18 18 </view>
19 19 </view>
20 20 <view class="upBox" v-if="item.ifOpen == true">
... ... @@ -31,7 +31,7 @@
31 31 </view>
32 32 </view>
33 33 <view v-else class="emptyCart-box flex-items-plus flex-column">
34   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/images/collectEmpty.png"></image>
  34 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectEmpty.png"></image>
35 35 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
36 36 </view>
37 37 </view>
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/index.vue
... ... @@ -42,7 +42,7 @@
42 42 >
43 43 <image
44 44 class="emptyCart-img"
45   - src="https://ceres.zkthink.com/static/img/bgnull.png"
  45 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"
46 46 ></image>
47 47 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
48 48 </view>
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/invite.vue
... ... @@ -5,11 +5,11 @@
5 5 <view class="rect" @tap.stop>
6 6 <!-- 关闭按钮 -->
7 7 <view class="guanbiBox">
8   - <image @click="showcos" src="https://ceres.zkthink.com/static/img/guanbi.png" class="guanbi" mode=""></image>
  8 + <image @click="showcos" src="https://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi" mode=""></image>
9 9 </view>
10 10 <!-- 内容 -->
11 11 <view>
12   - <image src="https://ceres.zkthink.com/static/img/banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image>
  12 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image>
13 13 </view>
14 14 <view style="padding: 30rpx;">
15 15 <!-- 个人信息 -->
... ... @@ -32,10 +32,9 @@
32 32 <view style="display: flex;margin-top: 40upx;">
33 33 <view style="flex: 1;line-height: 40rpx;">
34 34 <p style="color: #343434;font-size: 24rpx;">点击二维码保存到本地长按识别小程序</p>
35   - <p style="color: #666666;font-size: 22rpx;">来自「cereshop商城」小程序</p>
  35 + <p style="color: #666666;font-size: 22rpx;">来自小程序</p>
36 36 </view>
37 37 <view style="margin-left: 60rpx;" v-if="listitem.ifLogo">
38   - <!-- <image src="https://ceres.zkthink.com/static/img/user/morentouxiang.png" style="width: 118rpx;height: 118rpx;" mode=""></image> -->
39 38 <view class="qrimg-i" @click="saveQrcode">
40 39 <tki-qrcode cid="qrcode2" ref="qrcode2" :val="erweima" :size="size" :onval="onval" :loadMake="loadMake" :usingComponents="true" />
41 40 </view>
... ... @@ -50,7 +49,7 @@
50 49 <button open-type="share" >
51 50 <view @click="WXfenx" style="flex: 1;text-align: center;display: flex;">
52 51 <view style="margin-left: 120rpx;">
53   - <image src="https://ceres.zkthink.com/static/img/weixin2x.png" mode=""></image>
  52 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//weixin2x.png" mode=""></image>
54 53 </view>
55 54 <view style="margin-left: 10rpx;font-size: 28rpx;color: #333333">分享到微信</view>
56 55 </view>
... ... @@ -64,7 +63,7 @@
64 63 <!-- </view>-->
65 64 <view class="linkBtnBox" @click="FZlianj">
66 65 <view class="linkBox">
67   - <image src="https://ceres.zkthink.com/static/img/lianjie.png" mode=""></image>
  66 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//lianjie.png" mode=""></image>
68 67 </view>
69 68 <view style="margin-left: 10rpx;">
70 69 复制链接
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/promotion.vue
... ... @@ -4,10 +4,10 @@
4 4 <view class="warp">
5 5 <view class="rect" @tap.stop>
6 6 <!-- 关闭按钮 -->
7   - <image @click="showcos" src="https://ceres.zkthink.com/static/img/guanbi.png" class="guanbi" mode=""></image>
  7 + <image @click="showcos" src="https://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi" mode=""></image>
8 8 <!-- 内容 -->
9 9 <view>
10   - <image src="https://ceres.zkthink.com/static/img/banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image>
  10 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image>
11 11 </view>
12 12 <view style="padding: 30rpx;">
13 13 <!-- 个人信息 -->
... ... @@ -33,7 +33,7 @@
33 33 <view style="display: flex;margin-top: 40upx;">
34 34 <view style="flex: 1;line-height: 40rpx;">
35 35 <p style="color: #343434;font-size: 24rpx;">点击二维码保存到本地长按识别小程序</p>
36   - <p style="color: #666666;font-size: 22rpx;">来自「cereshop商城」小程序</p>
  36 + <p style="color: #666666;font-size: 22rpx;">来自「小程序</p>
37 37 </view>
38 38 <view style="margin-left: 60rpx;" v-if="listitem.ifLogo">
39 39 <!-- <image :src="img" style="width: 118rpx;height: 118rpx;" mode=""></image> -->
... ... @@ -52,7 +52,7 @@
52 52 <button open-type="share">
53 53 <view @click="WXfenx" style="flex: 1;text-align: center;display: flex;">
54 54 <view style="margin-left: 120rpx;">
55   - <image src="https://ceres.zkthink.com/static/img/weixin2x.png" mode=""></image>
  55 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//weixin2x.png" mode=""></image>
56 56 </view>
57 57 <view style="margin-left: 10rpx;font-size: 28rpx;color: #333333">分享到微信</view>
58 58 </view>
... ... @@ -66,7 +66,7 @@
66 66 <!-- </view>-->
67 67 <view class="linkBtnBox" @click="FZlianj">
68 68 <view class="linkBox">
69   - <image src="https://ceres.zkthink.com/static/img/lianjie.png" mode=""></image>
  69 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//lianjie.png" mode=""></image>
70 70 </view>
71 71 <view style="margin-left: 10rpx;">
72 72 复制链接
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/recruit.vue
... ... @@ -191,7 +191,7 @@
191 191 .topBackImg {
192 192 width: 100%;
193 193 height: 260upx;
194   - background: url(https://ceres.zkthink.com/static/images/storeTop_Img.png) no-repeat;
  194 + background: url(https://jy.scjysm.asia:18086/mefile/file/static/images/storeTop_Img.png) no-repeat;
195 195 background-size: 100% 260upx;
196 196  
197 197 .content {
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/salesIndex.vue
... ... @@ -43,19 +43,19 @@
43 43 <view class="btnList">
44 44 <view class="btnListBox flex-row-plus flex-items flex-sp-around">
45 45 <view class="flex-column-plus flex-items" @click="gopromotion(1)">
46   - <image class="salesIcon" src="https://ceres.zkthink.com/static/images/salesStoreIcon.png"></image>
  46 + <image class="salesIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/salesStoreIcon.png"></image>
47 47 <label class="fs26 font-color-333">推广店铺</label>
48 48 </view>
49 49 <view class="flex-column-plus flex-items" @click="storeindex">
50   - <image class="salesIcon" src="https://ceres.zkthink.com/static/images/extendGoodsIcon.png"></image>
  50 + <image class="salesIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/extendGoodsIcon.png"></image>
51 51 <label class="fs26 font-color-333">推广商品</label>
52 52 </view>
53 53 <view class="flex-column-plus flex-items" @click="godistributionOrder">
54   - <image class="salesIcon" src="https://ceres.zkthink.com/static/images/salesOrderIcon.png"></image>
  54 + <image class="salesIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/salesOrderIcon.png"></image>
55 55 <label class="fs26 font-color-333">分销订单</label>
56 56 </view>
57 57 <view class="flex-column-plus flex-items" @click="gopromotion(2)">
58   - <image class="salesIcon" src="https://ceres.zkthink.com/static/images/inviteLowerIcon.png"></image>
  58 + <image class="salesIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/inviteLowerIcon.png"></image>
59 59 <label class="fs26 font-color-333">邀请下级</label>
60 60 </view>
61 61 </view>
... ... @@ -137,15 +137,7 @@
137 137 var system = 4
138 138 // #endif
139 139  
140   - // uni.showLoading({
141   - // mask: true,
142   - // title: '请稍候...'
143   - // })
144   - /* const res = {'data':'https://cereshop.oss-cn-shenzhen.aliyuncs.com/test/2021-06-10/64223b9f0eef41abbb5d4056b9a40e2a08441534-3cbe-47af-8134-fc74635e069f.png'}
145   - uni.hideLoading()
146   - uni.navigateTo({
147   - url: `../../pages_category_page1/distributionModule/shareProduct?shareImg=${res.data}&shopId=${this.item.shopId}`
148   - }); */
  140 +
149 141  
150 142 NET.request(API.shopGetSharePic, {
151 143 type: promoteType,
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/shareProduct.vue
... ... @@ -8,11 +8,11 @@
8 8 <!-- 关闭按钮 -->
9 9 <view class="guanbiView">
10 10 <!-- #ifdef MP-WEIXIN -->
11   - <img @click="showcos" src="https://ceres.zkthink.com/static/img/guanbi.png" class="guanbi"
  11 + <img @click="showcos" src="https://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi"
12 12 style="width:30px;height:30px;" mode="widthFix"></img>
13 13 <!-- #endif -->
14 14 <!-- #ifdef H5 || APP-PLUS -->
15   - <image @click="showcos" src="https://ceres.zkthink.com/static/img/guanbi.png" class="guanbi"
  15 + <image @click="showcos" src="https://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi"
16 16 style="width:30px;height:30px;" mode="widthFix"></image>
17 17 <!-- #endif -->
18 18 </view>
... ... @@ -30,10 +30,10 @@
30 30 <view class="shareBox" :class="{'width100':noMp}" hover-class="btn-click" @click="WXfenx">
31 31 <view style="flex: 1;text-align: center;display: flex;">
32 32 <view style="margin-left: 120rpx;" v-if="noMp">
33   - <image src="https://ceres.zkthink.com/static/img/album.png" mode="widthFix"></image>
  33 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//album.png" mode="widthFix"></image>
34 34 </view>
35 35 <view style="margin-left: 35%;" v-else>
36   - <image src="https://ceres.zkthink.com/static/img/album.png" mode="widthFix"></image>
  36 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//album.png" mode="widthFix"></image>
37 37 </view>
38 38 <view style="margin-left: 10rpx;font-size: 28rpx;color: #333333">保存到本地</view>
39 39 </view>
... ... @@ -41,7 +41,7 @@
41 41 <view class="linkBtnBox" hover-class="btn-click" @click="FZlianj" v-if="noMp">
42 42 <view style="flex: 1;text-align: center;display: flex;">
43 43 <view class="linkBox">
44   - <image src="https://ceres.zkthink.com/static/img/lianjie.png" mode="widthFix"></image>
  44 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//lianjie.png" mode="widthFix"></image>
45 45 </view>
46 46 <view style="margin-left: 10rpx;">
47 47 复制链接
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/totalAward.vue
... ... @@ -39,9 +39,9 @@
39 39 </view>
40 40 <view>
41 41 <image v-if="item.ifOpen == false" class="arrow-down"
42   - src="https://ceres.zkthink.com/static/images/arrowDownIcon.png"></image>
  42 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image>
43 43 <image v-if="item.ifOpen == true" class="arrow-down"
44   - src="https://ceres.zkthink.com/static/images/arrowUpIcon.png"></image>
  44 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image>
45 45 </view>
46 46 </view>
47 47 <view v-if="item.ifOpen == true">
... ... @@ -61,7 +61,7 @@
61 61 </view>
62 62 </view>
63 63 <view v-else class="emptyCart-box flex-items-plus flex-column">
64   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  64 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
65 65 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
66 66 </view>
67 67 </view>
... ... @@ -78,9 +78,9 @@
78 78 </view>
79 79 <view>
80 80 <image v-if="item.ifOpen == false" class="arrow-down"
81   - src="https://ceres.zkthink.com/static/images/arrowDownIcon.png"></image>
  81 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image>
82 82 <image v-if="item.ifOpen == true" class="arrow-down"
83   - src="https://ceres.zkthink.com/static/images/arrowUpIcon.png"></image>
  83 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image>
84 84 </view>
85 85 </view>
86 86 <view v-if="item.ifOpen == true">
... ... @@ -103,7 +103,7 @@
103 103 </view>
104 104 </view>
105 105 <view v-else class="emptyCart-box flex-items-plus flex-column">
106   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  106 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
107 107 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
108 108 </view>
109 109 </view>
... ... @@ -262,7 +262,7 @@ page {
262 262 .totalAward-topBackImg {
263 263 width: 100%;
264 264 height: 360 rpx;
265   - background: url(https://ceres.zkthink.com/static/images/unliquidatedBg.png) no-repeat;
  265 + background: url(https://jy.scjysm.asia:18086/mefile/file/static/images/unliquidatedBg.png) no-repeat;
266 266 background-size: 100%;
267 267 margin-top: 30 rpx;
268 268  
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/totalClient.vue
... ... @@ -19,8 +19,8 @@
19 19 <label class="orderId-box font-color-999">客户昵称:{{item.customerName}}</label>
20 20 </view>
21 21 </view>
22   - <image v-if="item.ifOpen == false" class="arrow-down" src="https://ceres.zkthink.com/static/images/arrowDownIcon.png"></image>
23   - <image v-if="item.ifOpen == true" class="arrow-down" src="https://ceres.zkthink.com/static/images/arrowUpIcon.png"></image>topColor
  22 + <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image>
  23 + <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image>topColor
24 24 </view>
25 25 <view v-if="item.ifOpen == true">
26 26 <view class="flex-row-plus flex-itdistributionOrderems mar-top-30 flex-sp-between">
... ... @@ -35,7 +35,7 @@
35 35 </view>
36 36 </view>
37 37 <view v-else class="emptyCart-box flex-items-plus flex-column">
38   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  38 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
39 39 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
40 40 </view>
41 41 </view>
... ... @@ -125,7 +125,7 @@ page {
125 125 .topBg {
126 126 width: 100%;
127 127 height: 196upx;
128   - background: url("https://ceres.zkthink.com/static/images/totalPersonnelTopBackImg.png") no-repeat;
  128 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/totalPersonnelTopBackImg.png") no-repeat;
129 129 margin-top: 50rpx;
130 130 text-align: center;
131 131 }
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/totalPersonnel.vue
... ... @@ -20,8 +20,8 @@
20 20 <label class="orderId-box font-color-999">手机号:{{item.distributorPhone}}</label>
21 21 </view>
22 22 </view>
23   - <image v-if="item.ifOpen == false" class="arrow-down" src="https://ceres.zkthink.com/static/images/arrowDownIcon.png"></image>
24   - <image v-if="item.ifOpen == true" class="arrow-down" src="https://ceres.zkthink.com/static/images/arrowUpIcon.png"></image>
  23 + <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image>
  24 + <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image>
25 25 </view>
26 26 <view v-if="item.ifOpen == true">
27 27 <view class="flex-row-plus flex-itdistributionOrderems mar-top-30 flex-sp-between">
... ... @@ -33,7 +33,7 @@
33 33 </view>
34 34 </view>
35 35 <view v-else class="emptyCart-box flex-items-plus flex-column">
36   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  36 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
37 37 <label class="font-color-999 fs26 mar-top-30 font-color-999">这里空空如也~</label>
38 38 </view>
39 39 </view>
... ... @@ -121,7 +121,7 @@ page {
121 121 .topBg {
122 122 width: 100%;
123 123 height: 196upx;
124   - background: url("https://ceres.zkthink.com/static/images/totalPersonnelTopBackImg.png") no-repeat;
  124 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/totalPersonnelTopBackImg.png") no-repeat;
125 125 margin-top: 50rpx;
126 126 text-align: center;
127 127 }
... ...
ceres-uniapp-master/pages_category_page1/distributionModule/unliquidated.vue
... ... @@ -40,9 +40,9 @@
40 40 </view>
41 41 <view>
42 42 <image v-if="item.ifOpen == false" class="arrow-down"
43   - src="https://ceres.zkthink.com/static/images/arrowDownIcon.png"></image>
  43 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image>
44 44 <image v-if="item.ifOpen == true" class="arrow-down"
45   - src="https://ceres.zkthink.com/static/images/arrowUpIcon.png"></image>
  45 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image>
46 46 </view>
47 47 </view>
48 48 <view v-if="item.ifOpen == true">
... ... @@ -58,7 +58,7 @@
58 58 </view>
59 59 </view>
60 60 <view v-else class="emptyCart-box flex-items-plus flex-column">
61   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  61 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
62 62 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
63 63 </view>
64 64 </view>
... ... @@ -75,9 +75,9 @@
75 75 </view>
76 76 <view>
77 77 <image v-if="item.ifOpen == false" class="arrow-down"
78   - src="https://ceres.zkthink.com/static/images/arrowDownIcon.png"></image>
  78 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image>
79 79 <image v-if="item.ifOpen == true" class="arrow-down"
80   - src="https://ceres.zkthink.com/static/images/arrowUpIcon.png"></image>
  80 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image>
81 81 </view>
82 82 </view>
83 83 <view v-if="item.ifOpen == true">
... ... @@ -96,7 +96,7 @@
96 96 </view>
97 97 </view>
98 98 <view v-else class="emptyCart-box flex-items-plus flex-column">
99   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  99 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
100 100 <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label>
101 101 </view>
102 102 </view>
... ... @@ -253,7 +253,7 @@ page {
253 253 .unliquidated-topBackImg {
254 254 width: 100%;
255 255 height: 360 rpx;
256   - background: url(https://ceres.zkthink.com/static/images/unliquidatedBg.png) no-repeat;
  256 + background: url(https://jy.scjysm.asia:18086/mefile/file/static/images/unliquidatedBg.png) no-repeat;
257 257 background-size: 100%;
258 258 margin-top: 30 rpx;
259 259  
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/addEvaluate.vue
... ... @@ -213,7 +213,7 @@
213 213 content: '';
214 214 height: 71rpx;
215 215 width: 71rpx;
216   - background: url("https://ceres.zkthink.com/static/images/addImg.png") no-repeat center center;
  216 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center;
217 217 display: block;
218 218 background-size: contain;
219 219 }
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/canvasGoods.vue
... ... @@ -3,39 +3,7 @@
3 3 <global-loading />
4 4  
5 5 <!-- 商品列表 -->
6   - <!-- <view class="flex-items-plus flex-row search">-->
7   - <!-- <view class="searchBg">-->
8   - <!-- <view class="searchImg-box flex-items-plus">-->
9   - <!-- <image class="searchImg" src="https://ceres.zkthink.com/static/img/searchImg.png"></image>-->
10   - <!-- <input class="search-box" v-model="keyWord" placeholder-class="searchboxPlace" placeholder="请输入您想要的宝贝" />-->
11   - <!--&lt;!&ndash; <image class="searchClose-icon" @click="searchTextDel" src="https://ceres.zkthink.com/static/img/index/searchClose_icon.png"></image>&ndash;&gt;-->
12   - <!-- </view>-->
13   - <!-- <label class="mar-left-40 fs28" @click="searchList(1)">搜索</label>-->
14   - <!-- </view>-->
15   - <!-- </view>-->
16   - <!-- <view class="shop-list-nav">-->
17   - <!-- <view class="nav-item-sort" @click="sortTap(1)">-->
18   - <!-- <text class="nav-title" :class="{'active' : sortIndex == 1}">默认</text>-->
19   - <!-- </view>-->
20   - <!-- <view class="nav-item-sort" @click="sortTap(2)">-->
21   - <!-- <text class="nav-title" :class="{'active' : sortIndex == 2}">价格</text>-->
22   - <!-- <view class="r">-->
23   - <!-- <view class="arrowUp" :class="{activeUp: type == 1}"></view>-->
24   - <!-- <view class="arrowDown" :class="{activeDown: type == 2}"></view>-->
25   - <!-- &lt;!&ndash; <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="type == 1" class="arrow-img padd-t"></image>&ndash;&gt;-->
26   - <!-- &lt;!&ndash; <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="type == 2" class="arrow-img padd-b"></image>&ndash;&gt;-->
27   - <!-- </view>-->
28   - <!-- </view>-->
29   - <!-- <view class="nav-item-sort" @click="sortTap(3)">-->
30   - <!-- <text class="nav-title" :class="{'active' : sortIndex == 3}">销量</text>-->
31   - <!-- <view class="r">-->
32   - <!-- <view class="arrowUp" :class="{activeUp: volume == 1}"></view>-->
33   - <!-- <view class="arrowDown" :class="{activeDown: volume == 2}"></view>-->
34   - <!-- &lt;!&ndash; <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="volume == 1" class="arrow-img padd-t"></image>&ndash;&gt;-->
35   - <!-- &lt;!&ndash; <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="volume == 2" class="arrow-img padd-b"></image>&ndash;&gt;-->
36   - <!-- </view>-->
37   - <!-- </view>-->
38   - <!-- </view>-->
  6 +
39 7 <view v-if="list.length>0" class="listBox">
40 8 <view v-for="(item, index) in list" :key="index" class="goodsDetails-box flex-display flex-column" @click="goodsDateils(item.shopId,item.productId,item.skuId)">
41 9 <view v-if="item.activityType === 0" class="goodsDetails flex-items-plus flex-row">
... ... @@ -59,7 +27,7 @@
59 27 </view>
60 28 <view class="flex-display flex-sp-between flex-row mar-top-10 flex-items shopName">
61 29 <label class="fs22 font-color-FFEBC4">{{item.shopName}}</label>
62   - <!-- <image class="arrowImg" src="https://ceres.zkthink.com/static/img/user/arrow.png"></image>-->
  30 +
63 31 </view>
64 32 </view>
65 33 </view>
... ... @@ -75,13 +43,13 @@
75 43 <!-- <view class="numText" v-if="item.total !=0">限量{{item.total}}件</view>-->
76 44 </view>
77 45 <view class="flex-row-plus flex-item mar-top-30">
78   - <image class="iconImg" v-if="item.activityType == 1" src="https://ceres.zkthink.com/static/images/groupBuyIcon.png"></image>
79   - <image class="iconImg" v-if="item.activityType == 2" src="https://ceres.zkthink.com/static/images/spikeIcon.png"></image>
80   - <image class="iconImg" v-if="item.activityType == 4" src="https://ceres.zkthink.com/static/images/spikeIcon.png"></image>
81   - <image class="iconImg" v-if="item.activityType == 3" src="https://ceres.zkthink.com/static/images/discountListIcon.png"></image>
82   - <image class="iconImg" v-if="item.activityType == 5" src="https://ceres.zkthink.com/static/images/discountListIcon.png"></image>
83   - <image class="iconImg" v-if="item.activityType == 9" src="https://ceres.zkthink.com/static/images/memberCenterIcon.png"></image>
84   - <image class="iconImg" v-if="item.activityType == 8" src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png"></image>
  46 + <image class="iconImg" v-if="item.activityType == 1" src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png"></image>
  47 + <image class="iconImg" v-if="item.activityType == 2" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"></image>
  48 + <image class="iconImg" v-if="item.activityType == 4" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"></image>
  49 + <image class="iconImg" v-if="item.activityType == 3" src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"></image>
  50 + <image class="iconImg" v-if="item.activityType == 5" src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"></image>
  51 + <image class="iconImg" v-if="item.activityType == 9" src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png"></image>
  52 + <image class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png"></image>
85 53 <view class="font-color-C83732 flex-row-plus">
86 54 <b>¥</b>
87 55 <label class="fs28">{{item.price}}</label>
... ... @@ -90,7 +58,7 @@
90 58 </view>
91 59 <view class="flex-display flex-sp-between flex-row mar-top-10 flex-items shopName">
92 60 <label class="fs22 font-color-FFEBC4">{{item.shopName}}</label>
93   - <!-- <image class="arrowImg" src="https://ceres.zkthink.com/static/img/user/arrow.png"></image>-->
  61 +
94 62 </view>
95 63 </view>
96 64 </view>
... ... @@ -100,7 +68,7 @@
100 68  
101 69 <!-- 搜索为空 -->
102 70 <view v-if="ifEmpty" class="emptyCart-box flex-items-plus flex-column">
103   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/images/searchEmpty.png"></image>
  71 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image>
104 72 <label class="font-color-999 fs26 mar-top-30">搜索不到你要找的宝贝呢</label>
105 73 <label class="font-color-999 fs26 mar-top-10">换个词试试吧~</label>
106 74 </view>
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/combination.vue
... ... @@ -22,8 +22,8 @@
22 22 <view class="addInfo">
23 23 <view class="price">¥{{item.price}}</view>
24 24 <view class="selectBtn" @click.stop="showRuleBox(item, index)">
25   - <image src="https://ceres.zkthink.com/static/images/cart1.png" v-if="item.selected === 0"></image>
26   - <image v-else src="https://ceres.zkthink.com/static/images/cart2.png"></image>
  25 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/cart1.png" v-if="item.selected === 0"></image>
  26 + <image v-else src="https://jy.scjysm.asia:18086/mefile/file/static/images/cart2.png"></image>
27 27 </view>
28 28 </view>
29 29 </view>
... ... @@ -374,7 +374,7 @@ page {
374 374 height: 86rpx;
375 375 line-height: 86rpx;
376 376 text-align: center;
377   - background: url("https://ceres.zkthink.com/static/images/combinationBg.png") no-repeat center center;
  377 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/combinationBg.png") no-repeat center center;
378 378 background-size: contain;
379 379 overflow: hidden;
380 380 }
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/components/GoodActivityDetail.vue
... ... @@ -30,7 +30,7 @@
30 30 >
31 31 <image
32 32 class="share-img"
33   - src="https://ceres.zkthink.com/static/images/shareBut.png"
  33 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/shareBut.png"
34 34 ></image>
35 35 <label class="fs24 mar-left-5">分享</label>
36 36 </view>
... ... @@ -70,7 +70,7 @@
70 70 <view class="vipImg flex-items">
71 71 <image
72 72 class="vip-icon"
73   - src="https://ceres.zkthink.com/static/images/vipDetail.png"
  73 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/vipDetail.png"
74 74 mode=""
75 75 >
76 76 </image>
... ... @@ -91,19 +91,19 @@
91 91 <image
92 92 v-if="[2,4].includes(skuSelect.activityType)"
93 93 class="seckill-icon"
94   - src="https://ceres.zkthink.com/static/images/seckillicon.png"
  94 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/seckillicon.png"
95 95 mode=""
96 96 ></image>
97 97 <image
98 98 v-if="[3,5].includes(skuSelect.activityType)"
99 99 class="discount-icon"
100   - src="https://ceres.zkthink.com/static/images/discounticon.png"
  100 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/discounticon.png"
101 101 mode=""
102 102 ></image>
103 103 <image
104 104 v-if="skuSelect.activityType === 1"
105 105 class="spell-icon"
106   - src="https://ceres.zkthink.com/static/images/spellicon.png"
  106 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/spellicon.png"
107 107 mode=""
108 108 ></image>
109 109 <view class="flex-row-plus flex-items mar-top-10">
... ... @@ -148,12 +148,12 @@
148 148 <image
149 149 v-if="productInfo.ifCollect === 1"
150 150 class="store-icon "
151   - src="https://ceres.zkthink.com/static/images/shoucangActive1.png"
  151 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/shoucangActive1.png"
152 152 ></image>
153 153 <image
154 154 v-else
155 155 class="store-icon"
156   - src="https://ceres.zkthink.com/static/images/shoucang2x.png"
  156 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/shoucang2x.png"
157 157 >
158 158 </image>
159 159 <label class="fs22">收藏</label>
... ... @@ -176,7 +176,7 @@
176 176 <label class="fs24 font-color-C5AA7B">领券</label>
177 177 <image
178 178 class="coupon-arrow"
179   - src="https://ceres.zkthink.com/static/img/user/arrow.png"
  179 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"
180 180 ></image>
181 181 </view>
182 182 </view>
... ... @@ -499,7 +499,7 @@ export default {
499 499  
500 500 .seckill-box {
501 501 width: 100%;
502   - background: url("https://ceres.zkthink.com/static/images/storeTop_Img.png") no-repeat left top;
  502 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/storeTop_Img.png") no-repeat left top;
503 503 padding: 35rpx 30rpx;
504 504  
505 505 .seckill-icon {
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/components/GoodEvaluateAndQuestion.vue
... ... @@ -99,13 +99,13 @@
99 99 <image
100 100 class="like-img"
101 101 @click="handlePraise(commentItem,0)"
102   - src="https://ceres.zkthink.com/static/images/praiseActiveIcon.png"
  102 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png"
103 103 v-if="commentItem.ifLike === 1"
104 104 ></image>
105 105 <image
106 106 class="like-img"
107 107 @click="handlePraise(commentItem,1)"
108   - src="https://ceres.zkthink.com/static/images/praiseIcon.png"
  108 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseIcon.png"
109 109 v-else
110 110 ></image>
111 111 <view class="like-num">{{ commentItem.likes }}</view>
... ... @@ -119,7 +119,7 @@
119 119 <label class="fs24">查看全部</label>
120 120 <image
121 121 class="evaluateAllArrow-icon mar-left-10"
122   - src="https://ceres.zkthink.com/static/img/user/arrow.png"
  122 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"
123 123 ></image>
124 124 </view>
125 125 </view>
... ... @@ -150,7 +150,7 @@
150 150 <label class="fs24">查看全部</label>
151 151 <image
152 152 class="evaluateAllArrow-icon mar-left-10"
153   - src="https://ceres.zkthink.com/static/img/user/arrow.png"
  153 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"
154 154 ></image>
155 155 </view>
156 156 </view>
... ... @@ -347,7 +347,7 @@ export default {
347 347 content: '';
348 348 width: 60rpx;
349 349 height: 60rpx;
350   - background: url("https://ceres.zkthink.com/static/images/arrow.png") no-repeat center center;
  350 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/arrow.png") no-repeat center center;
351 351 background-size: contain;
352 352 display: block;
353 353 position: absolute;
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/components/QuestionsAndAnswersList.vue
... ... @@ -53,17 +53,7 @@
53 53 >查看全部答复
54 54 </view>
55 55 </view>
56   - <!-- <view
57   - class="moreBox"
58   - v-if="problemsList.length>0"
59   - @click="handleJumpAllAnswer"
60   - >
61   - <label class="fs24">查看全部</label>
62   - <image
63   - class="evaluateAllArrow-icon mar-left-10"
64   - src="https://ceres.zkthink.com/static/img/user/arrow.png"
65   - ></image>
66   - </view>-->
  56 +
67 57 </view>
68 58 </div>
69 59 </template>
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/couponShopList.vue
... ... @@ -19,7 +19,7 @@
19 19 </view>
20 20 <view class="flex-display flex-sp-between flex-row mar-top-10 flex-items">
21 21 <label class="fs22 font-color-999">{{item.shopName}}</label>
22   - <image class="arrowImg" src="https://ceres.zkthink.com/static/img/user/arrow.png"></image>
  22 + <image class="arrowImg" src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"></image>
23 23 </view>
24 24 </view>
25 25 </view>
... ... @@ -35,7 +35,7 @@
35 35 <view class="flex-row-plus flex-item mar-top-30">
36 36 <view class="discountsPriceLine font-color-999">¥{{item.originalPrice}}</view>
37 37 <view class="mar-left-30 font-color-C5AA7B flex-row-plus">
38   - <label v-if="item.activityType == 1" class="fs30">拼团价</label>
  38 + <!-- <label v-if="item.activityType == 1" class="fs30">拼团价</label> -->
39 39 <label v-if="item.activityType == 2" class="fs30">秒杀价</label>
40 40 <label v-if="item.activityType == 3" class="fs30">折扣价</label>
41 41 <b>¥</b>
... ... @@ -44,7 +44,7 @@
44 44 </view>
45 45 <view class="flex-display flex-sp-between flex-row mar-top-10 flex-items">
46 46 <label class="fs22 font-color-999">{{item.shopName}}</label>
47   - <image class="arrowImg" src="https://ceres.zkthink.com/static/img/user/arrow.png"></image>
  47 + <image class="arrowImg" src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"></image>
48 48 </view>
49 49 </view>
50 50 </view>
... ... @@ -54,7 +54,7 @@
54 54  
55 55 <!-- 搜索为空 -->
56 56 <view v-if="ifShow" class="emptyCart-box flex-items-plus flex-column">
57   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/images/searchEmpty.png"></image>
  57 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image>
58 58 <label class="font-color-999 fs26 mar-top-30">无可用商品</label>
59 59 </view>
60 60 </view>
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/evaSuccessful.vue
... ... @@ -2,7 +2,7 @@
2 2 <view class="payCourteous">
3 3 <view class="evaBox">
4 4 <view class="imgBox">
5   - <image src="https://ceres.zkthink.com/static/images/payIcon.png"></image>
  5 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/payIcon.png"></image>
6 6 </view>
7 7 <view class="successful">评价成功</view>
8 8 <view class="btnBox fs28 font-color-333">
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/evaluate.vue
... ... @@ -262,7 +262,7 @@
262 262 content: '';
263 263 height: 71rpx;
264 264 width: 71rpx;
265   - background: url("https://ceres.zkthink.com/static/images/addImg.png") no-repeat center center;
  265 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center;
266 266 display: block;
267 267 background-size: contain;
268 268 }
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/evaluateDetails.vue
... ... @@ -7,7 +7,7 @@
7 7 <view class="evaluate-content flex-items flex-row flex-sp-between">
8 8 <view class="flex-items">
9 9 <image class="user-headSmallImg" v-if="commentVOList.headImage" :src="commentVOList.headImage"></image>
10   - <image class="user-headSmallImg" src="https://ceres.zkthink.com/static/images/storeLogo.png" v-else ></image>
  10 + <image class="user-headSmallImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/storeLogo.png" v-else ></image>
11 11 <label class="fs28 mar-left-20" v-if="commentVOList.name">{{commentVOList.name}}</label>
12 12 <label class="fs28 mar-left-20" v-else>匿名</label>
13 13 </view>
... ... @@ -47,19 +47,19 @@
47 47 <view class="linkBox">
48 48 <view class="butBox flex-row-plus" v-if="commentVOList.addComment != ''">
49 49 <view class="addPraise-box1 flex-items-plus" @click="zanTap">
50   - <image class="addPraise-icon" src="https://ceres.zkthink.com/static/images/addPraiseIcon.png" v-if="!commentVOList.ifLike"/>
51   - <image class="addPraise-icon" src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-03-10/415f93719fa64af58b8d7cafb734ec4a_22.png" v-else/>
  50 + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/addPraiseIcon.png" v-if="!commentVOList.ifLike"/>
  51 + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/415f93719fa64af58b8d7cafb734ec4a_22.png" v-else/>
52 52 <label :class="['mar-left-10',commentVOList.ifLike?'font-color-FFEBC4':'font-color-DDD']">点赞</label>
53 53 </view>
54 54 </view>
55 55 <view class="butBox flex-row-plus" v-else>
56 56 <view class="addComments-box flex-items-plus" @click="addCommentsClick()">
57   - <image class="addComments-cion" src="https://ceres.zkthink.com/static/images/addCommentsIcon.png"></image>
  57 + <image class="addComments-cion" src="https://jy.scjysm.asia:18086/mefile/file/static/images/addCommentsIcon.png"></image>
58 58 <label class="mar-left-10 font-color-333">追加评价</label>
59 59 </view>
60 60 <view class="addPraise-box flex-items-plus" @click="zanTap">
61   - <image class="addPraise-icon" src="https://ceres.zkthink.com/static/images/addPraiseIcon.png" v-if="!commentVOList.ifLike"/>
62   - <image class="addPraise-icon" src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-03-10/415f93719fa64af58b8d7cafb734ec4a_22.png" v-else/>
  61 + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/addPraiseIcon.png" v-if="!commentVOList.ifLike"/>
  62 + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/415f93719fa64af58b8d7cafb734ec4a_22.png" v-else/>
63 63 <label :class="['mar-left-10',commentVOList.ifLike?'font-color-FFEBC4':'font-color-DDD']">点赞</label>
64 64 </view>
65 65 </view>
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/evaluateList.vue
... ... @@ -39,10 +39,10 @@
39 39 <view class="praisebig-box flex-items mar-top-30 flex-sp-between">
40 40 <text class="font-color-999 fs22">{{item.createTime}}</text>
41 41 <view class="praise-box flex-items flex-row">
42   - <!-- <image class="praise-icon" src="https://ceres.zkthink.com/static/images/praiseIcon.png"></image> -->
43   - <image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://ceres.zkthink.com/static/images/praiseActiveIcon.png"
  42 +
  43 + <image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png"
44 44 v-if="item.ifLike == 1"></image>
45   - <image class="praise-icon" @click="zanTap(index,item.commentId,1)" src="https://ceres.zkthink.com/static/images/praiseIcon.png" v-else></image>
  45 + <image class="praise-icon" @click="zanTap(index,item.commentId,1)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseIcon.png" v-else></image>
46 46 <text class="mar-left-10 font-color-999">{{item.likes}}</text>
47 47 </view>
48 48 </view>
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/goodsDetails.vue
... ... @@ -69,7 +69,7 @@
69 69 <view class="express-box flex-items flex-row fs24 u-skeleton-fillet">
70 70 <label class="fs24 font-color-999 mar-right-20 ">发货</label>
71 71 <image
72   - src="https://ceres.zkthink.com/static/images/mapIcon.png"
  72 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/mapIcon.png"
73 73 v-if="productData.receive && productData.receive.receiveAdress"
74 74 ></image>
75 75 <label
... ... @@ -100,7 +100,7 @@
100 100 </view>
101 101 <image
102 102 class="arrow-icon"
103   - src="https://ceres.zkthink.com/static/img/user/arrow.png"
  103 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"
104 104 ></image>
105 105 </view>
106 106 </view>
... ... @@ -130,7 +130,7 @@
130 130 </view>
131 131 <image
132 132 class="evaluateAllArrow-icon mar-left-10"
133   - src="https://ceres.zkthink.com/static/img/user/arrow.png"
  133 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"
134 134 ></image>
135 135 </view>
136 136 </view>
... ... @@ -227,21 +227,12 @@
227 227 >
228 228 <image
229 229 class="store-icon"
230   - src="https://ceres.zkthink.com/static/images/storeIcon.png"
  230 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/storeIcon.png"
231 231 ></image>
232 232 <label class="fs22">店铺</label>
233 233 </view>
234 234 <!-- #ifdef MP-WEIXIN || APP-PLUS || H5 -->
235   - <!-- <view
236   - class="btns flex-column-plus mar-left-10"
237   - @click="flyToService"
238   - >
239   - <image
240   - class="store-icon"
241   - src="https://ceres.zkthink.com/static/images/service-product-detail.png"
242   - ></image>
243   - <label class="fs22">客服</label>
244   - </view> -->
  235 +
245 236 <!-- #endif -->
246 237 <view
247 238 class="btns flex-column-plus mar-left-10 flex-items Cart"
... ... @@ -254,7 +245,7 @@
254 245 </view>
255 246 <image
256 247 class="store-icon"
257   - src="https://ceres.zkthink.com/static/images/gouwuche.png"
  248 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/gouwuche.png"
258 249 ></image>
259 250 <label class="fs22">购物车</label>
260 251 </view>
... ... @@ -308,7 +299,7 @@
308 299 >
309 300 <image
310 301 class="returnTopImg"
311   - src="https://ceres.zkthink.com/static/images/backTop.png"
  302 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/backTop.png"
312 303 ></image>
313 304 </view>
314 305 </view>
... ... @@ -1084,16 +1075,6 @@ background-color: #F7F7F7;
1084 1075 /*padding-left: 20rpx;*/
1085 1076 position: relative;
1086 1077  
1087   - /*&:before {
1088   - content: '';
1089   - width: 60rpx;
1090   - height: 60rpx;
1091   - background: url("https://ceres.zkthink.com/static/images/arrow.png") no-repeat center center;
1092   - background-size: contain;
1093   - display: block;
1094   - position: absolute;
1095   - right: 0;
1096   - }*/
1097 1078 }
1098 1079 }
1099 1080  
... ... @@ -1331,7 +1312,7 @@ background-color: #F7F7F7;
1331 1312 width: 36rpx;
1332 1313 height: 36rpx;
1333 1314 display: block;
1334   - background: url("https://ceres.zkthink.com/static/images/serviceImg.png") no-repeat center center;
  1315 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/serviceImg.png") no-repeat center center;
1335 1316 background-size: contain;
1336 1317 }
1337 1318 }
... ... @@ -1536,7 +1517,7 @@ background-color: #F7F7F7;
1536 1517  
1537 1518 .sceneMarketingBox {
1538 1519 width: 100%;
1539   - background: url("https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/5f85fe4782e34c10b15b04f76c571d12_sceneMarketingDetailsIcon.png"
  1520 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/5f85fe4782e34c10b15b04f76c571d12_sceneMarketingDetailsIcon.png"
1540 1521 ) no-repeat center;
1541 1522 padding: 20rpx 30rpx;
1542 1523 background-size: cover;
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/goodsList.vue
... ... @@ -14,7 +14,7 @@
14 14 <view class="searchImg-box flex-items-plus">
15 15 <image
16 16 class="searchImg"
17   - src="https://ceres.zkthink.com/static/img/searchImg.png"
  17 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//searchImg.png"
18 18 ></image>
19 19 <input
20 20 class="search-box"
... ... @@ -116,37 +116,37 @@
116 116 <image
117 117 class="iconImg"
118 118 v-if="item.activityType == 1"
119   - src="https://ceres.zkthink.com/static/images/groupBuyIcon.png"
  119 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png"
120 120 ></image>
121 121 <image
122 122 class="iconImg"
123 123 v-if="item.activityType == 2"
124   - src="https://ceres.zkthink.com/static/images/spikeIcon.png"
  124 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"
125 125 ></image>
126 126 <image
127 127 class="iconImg"
128 128 v-if="item.activityType == 4"
129   - src="https://ceres.zkthink.com/static/images/spikeIcon.png"
  129 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"
130 130 ></image>
131 131 <image
132 132 class="iconImg"
133 133 v-if="item.activityType == 3"
134   - src="https://ceres.zkthink.com/static/images/discountListIcon.png"
  134 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"
135 135 ></image>
136 136 <image
137 137 class="iconImg"
138 138 v-if="item.activityType == 5"
139   - src="https://ceres.zkthink.com/static/images/discountListIcon.png"
  139 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"
140 140 ></image>
141 141 <image
142 142 class="iconImg"
143 143 v-if="item.activityType == 8"
144   - src="https://zk-cereshop.oss-cn-shenzhen.aliyuncs.com/zkthink/2022-02-15/d0d8d96f28904167b271de4ae924d1a8_sceneMarketing.png"
  144 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png"
145 145 ></image>
146 146 <image
147 147 class="iconImg"
148 148 v-if="item.activityType == 9"
149   - src="https://ceres.zkthink.com/static/images/memberCenterIcon.png"
  149 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png"
150 150 ></image>
151 151 <view class="font-color-C83732 flex-row-plus">
152 152 <b>¥</b>
... ... @@ -170,7 +170,7 @@
170 170 >
171 171 <image
172 172 class="emptyCart-img"
173   - src="https://ceres.zkthink.com/static/images/searchEmpty.png"
  173 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"
174 174 ></image>
175 175 <label class="font-color-999 fs26 mar-top-30">搜索不到你要找的宝贝呢</label>
176 176 <label class="font-color-999 fs26 mar-top-10">换个词试试吧~</label>
... ... @@ -182,7 +182,7 @@
182 182 >
183 183 <image
184 184 class="reach-icon"
185   - src="https://ceres.zkthink.com/static/img/reachBottom.png"
  185 + src="https://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png"
186 186 mode="widthFix"
187 187 ></image>
188 188 <text class="reach-text">这里到底了哦~~</text>
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/inviteSpell.vue
... ... @@ -20,9 +20,7 @@
20 20 <label class="font-color-CCC discountsPriceLine fs26 mar-left-20">¥{{inviteSpell.originalPrice}}</label>
21 21 </view>
22 22 </view>
23   -<!-- <view class="mar-top-20">-->
24   -<!-- <image class="issueregiment" src="https://ceres.zkthink.com/static/images/issueregiment.png"></image>-->
25   -<!-- </view>-->
  23 +
26 24 </view>
27 25 </view>
28 26 </view>
... ... @@ -502,7 +500,7 @@ page{background-color: #F7F7F7;}
502 500 flex-direction: column;
503 501 }
504 502 .inviteSpell-con{
505   - background: url("https://ceres.zkthink.com/static/images/pintuanbg.png") no-repeat left top;
  503 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/pintuanbg.png") no-repeat left top;
506 504 background-size: contain;
507 505 .grouped {
508 506 text-align: center;
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/putQuestions.vue
... ... @@ -15,13 +15,7 @@
15 15 <view class="uni-textarea">
16 16 <textarea v-model="questionText" placeholder="请说出你的问题..." auto-height />
17 17 </view>
18   -<!-- <view class="anonymous">-->
19   -<!-- <view class="flex-row-plus flex-items" @click="changeCheck">-->
20   -<!-- <image mode="aspectFill" v-if="anonymous == true" src="https://ceres.zkthink.com/static/images/selectActive.png" class="cart-select-img"></image>-->
21   -<!-- <image mode="aspectFill" v-else src="https://ceres.zkthink.com/static/images/selectEmpty.png" class="cart-select-img"></image>-->
22   -<!-- <label>匿名提问</label>-->
23   -<!-- </view>-->
24   -<!-- </view>-->
  18 +
25 19 </view>
26 20 <view class="putQuestionsBox" @click="addProblem">
27 21 <span class="putQuestionsBtn">发布</span>
... ...
ceres-uniapp-master/pages_category_page1/goodsModule/userEvaluate.vue
... ... @@ -32,7 +32,7 @@
32 32 <view class="evaluate-content flex-items flex-row flex-sp-between ">
33 33 <view class="flex-items">
34 34 <image class="user-headSmallImg u-skeleton-circle" v-if="item.headImage" :src="item.headImage"></image>
35   - <image class="user-headSmallImg u-skeleton-circle" src="https://ceres.zkthink.com/static/images/storeLogo.png" v-else></image>
  35 + <image class="user-headSmallImg u-skeleton-circle" src="https://jy.scjysm.asia:18086/mefile/file/static/images/storeLogo.png" v-else></image>
36 36 <view class="skuValue u-skeleton-fillet">
37 37 <label class="fs28" v-if="item.name">{{item.name}}</label>
38 38 <label class="fs28" v-else>匿名</label>
... ... @@ -72,9 +72,9 @@
72 72 <view class="flex-items flex-row mar-top-30 flex-sp-between">
73 73 <view class="font-color-999 fs22">{{item.createTime}}</view>
74 74 <view class="praise-box flex-items flex-row">
75   - <image class="praise-icon" @click.stop="zanTap(index,item.commentId,0)" src="https://ceres.zkthink.com/static/images/praiseActiveIcon.png"
  75 + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,0)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png"
76 76 v-if="item.ifLike"></image>
77   - <image class="praise-icon" @click.stop="zanTap(index,item.commentId,1)" src="https://ceres.zkthink.com/static/images/addPraiseIcon.png"
  77 + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,1)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/addPraiseIcon.png"
78 78 v-else></image>
79 79 <label class="mar-left-10">{{item.likes}}</label>
80 80 </view>
... ... @@ -82,7 +82,7 @@
82 82 </view>
83 83 </template>
84 84 <view v-if="evaluateEmpty" class="emptyOrder-box flex-items-plus flex-column">
85   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  85 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
86 86 <label class="font-color-999 fs26 mar-top-30">你还没有评论哦~</label>
87 87 </view>
88 88 </view>
... ... @@ -96,7 +96,7 @@
96 96 <view class="evaluate-content flex-column" @click="commentDetails(index)" >
97 97 <view class="flex-items">
98 98 <image class="user-headSmallImg" v-if="item.headImage" :src="item.headImage"></image>
99   - <image class="user-headSmallImg" src="https://ceres.zkthink.com/static/images/storeLogo.png" v-else></image>
  99 + <image class="user-headSmallImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/storeLogo.png" v-else></image>
100 100 <label class="fs28 mar-left-20" v-if="item.name">{{item.name}}</label>
101 101 <label class="fs28 mar-left-20" v-else>匿名</label>
102 102 </view>
... ... @@ -122,9 +122,9 @@
122 122 <view class="flex-items flex-row mar-top-30 flex-sp-between">
123 123 <view class="font-color-999 fs22">{{item.createTime}}</view>
124 124 <view class="praise-box flex-items flex-row">
125   - <image class="praise-icon" @click.stop="zanTap(index,item.commentId,0)" src="https://ceres.zkthink.com/static/images/praiseActiveIcon.png"
  125 + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,0)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png"
126 126 v-if="item.ifLike"></image>
127   - <image class="praise-icon" @click.stop="zanTap(index,item.commentId,1)" src="https://ceres.zkthink.com/static/images/praiseIcon.png"
  127 + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,1)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseIcon.png"
128 128 v-else></image>
129 129 <label class="mar-left-10">{{item.likes}}</label>
130 130 </view>
... ... @@ -133,7 +133,7 @@
133 133 </view>
134 134 </template>
135 135 <view v-if="evaluateEmpty" class="emptyOrder-box flex-items-plus flex-column">
136   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  136 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
137 137 <label class="font-color-999 fs26 mar-top-30">你还没有评论哦~</label>
138 138 </view>
139 139 </view>
... ...
ceres-uniapp-master/pages_category_page1/homeModule/special.vue
... ... @@ -8,9 +8,7 @@
8 8 <image :src="item" mode="widthFix" class="bannerImg"></image>
9 9 </swiper-item>
10 10 </swiper>
11   -<!-- <view class="flex-items-plus mar-top-20">-->
12   -<!-- <image class="choiceness" src="https://ceres.zkthink.com/static/images/choiceness.png"></image>-->
13   -<!-- </view>-->
  11 +
14 12 <view>
15 13 <!-- {{goodsList.productVOList}} -->
16 14 </view>
... ... @@ -21,7 +19,7 @@
21 19 <image class="goodsImg" :src="item.imgs[0]"></image>
22 20 <view class="mar-left-30">
23 21 <view class="goodsName-box overflowNoDot">
24   - <!-- <image class="img618-cion" src="https://ceres.zkthink.com/static/images/618.png"></image> -->
  22 +
25 23 <label class="goodsName fs26 mar-left-20">{{item.productName}}</label>
26 24 </view>
27 25 <view class="priceBuyNum-box mar-top-20">
... ... @@ -32,7 +30,7 @@
32 30 </view>
33 31 <view class="flex-display flex-sp-between flex-row mar-top-10 flex-items">
34 32 <label class="fs22 font-color-999">{{item.storeDTO.storeName}}</label>
35   - <image class="arrowImg" src="https://ceres.zkthink.com/static/img/user/arrow.png"></image>
  33 + <image class="arrowImg" src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"></image>
36 34 </view>
37 35 </view>
38 36 </view>
... ... @@ -41,7 +39,7 @@
41 39  
42 40 <!-- 为空 -->
43 41 <view v-else class="emptyOrder-box flex-items-plus flex-column">
44   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  42 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
45 43 <label class="font-color-999 fs26 mar-top-30">专题商品为空哦~</label>
46 44 </view>
47 45 </view>
... ...
ceres-uniapp-master/pages_category_page1/integral/exchangeDetail.vue
... ... @@ -198,12 +198,12 @@ page {
198 198 padding-bottom: 200rpx;
199 199 background: #F8F8F8;
200 200 .topBg {
201   - background: url("https://ceres.zkthink.com/static/images/addBankBg.png") no-repeat left top;
  201 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addBankBg.png") no-repeat left top;
202 202 background-size: contain;
203 203 height: 350rpx;
204 204 padding: 40rpx 20rpx 0 20rpx;
205 205 .exchangeCoupon {
206   - background: url("https://ceres.zkthink.com/static/images/exchagneCoupon.png") no-repeat left top;
  206 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/exchagneCoupon.png") no-repeat left top;
207 207 background-size: contain;
208 208 height: 302rpx;
209 209 border-radius: 16rpx;
... ...
ceres-uniapp-master/pages_category_page1/integral/index.vue
... ... @@ -57,7 +57,7 @@
57 57 <view class="signInBox">
58 58 <view class="signItem flex-items flex-sp-between" v-for="(item, index) of integralRecord" :key="index">
59 59 <view class="leftBox flex-items">
60   - <image src="https://ceres.zkthink.com/static/images/signIcon1.png"></image>
  60 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/signIcon1.png"></image>
61 61 <view class="leftInfo">
62 62 <label class="fs28 font-color-333">{{item.recordContent}}</label>
63 63 <view class="fs24 font-color-999">{{item.createTime}}</view>
... ... @@ -66,7 +66,7 @@
66 66 <view class="rightBtn">{{item.recordType === 1 ? '+' : '-'}}{{item.credit}}</view>
67 67 </view>
68 68 <view class="emptyCart-box flex-items-plus flex-column" v-if="integralRecord.length === 0">
69   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/images/searchEmpty.png"></image>
  69 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image>
70 70 <label class="font-color-999 fs26 mar-top-30">暂无记录~</label>
71 71 </view>
72 72 </view>
... ... @@ -95,7 +95,7 @@
95 95 </view>
96 96 </view>
97 97 <view class="emptyCart-box flex-items-plus flex-column" v-if="creditCouponList.length === 0">
98   - <image class="emptyCart-img" src="https://ceres.zkthink.com/static/images/searchEmpty.png"></image>
  98 + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image>
99 99 <label class="font-color-999 fs26 mar-top-30">暂无优惠券~</label>
100 100 </view>
101 101 </view>
... ... @@ -114,7 +114,7 @@
114 114 </view>
115 115 </view>
116 116 <view v-if="isConvertible" @click="isConvertible = false" class="cancelDel">
117   - <image src="https://ceres.zkthink.com/static/images/cancelClose.png" mode=""></image>
  117 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/cancelClose.png" mode=""></image>
118 118 </view>
119 119 </view>
120 120 </tui-modal>
... ... @@ -244,7 +244,7 @@ page {
244 244 }
245 245 .memberCenter {
246 246 border-top: 2rpx solid #4b4b4b;
247   - background: url("https://ceres.zkthink.com/static/images/addBankBg.png") no-repeat left top;
  247 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addBankBg.png") no-repeat left top;
248 248 background-size: contain;
249 249 min-height: 800rpx;
250 250 padding: 0 20rpx;
... ... @@ -265,7 +265,7 @@ page {
265 265 .memberBoxTop {
266 266 position: relative;
267 267 .memberTopPos{
268   - //background: url("https://ceres.zkthink.com/static/images/integralBg.png") no-repeat left top;
  268 +
269 269 background-size: cover;
270 270 height: 302rpx;
271 271 border-radius: 24rpx;
... ... @@ -311,7 +311,7 @@ page {
311 311 padding: 0 20rpx;
312 312 .signLeft {
313 313 .signIcon {
314   - background: url("https://ceres.zkthink.com/static/images/signIcon.png") no-repeat center left;
  314 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/signIcon.png") no-repeat center left;
315 315 background-size: contain;
316 316 height: 120rpx;
317 317 width: 96rpx;
... ... @@ -340,22 +340,22 @@ page {
340 340 margin-right: 15rpx;
341 341 }
342 342 .detailIcon {
343   - background: url("https://ceres.zkthink.com/static/images/detailIcon.png") no-repeat center center;
  343 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/detailIcon.png") no-repeat center center;
344 344 background-size: contain;
345 345 }
346 346 .exchangeIcon {
347   - background: url("https://ceres.zkthink.com/static/images/exchangeIcon.png") no-repeat center center;
  347 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/exchangeIcon.png") no-repeat center center;
348 348 background-size: contain;
349 349 }
350 350 }
351 351 .active {
352 352 background: #333333;
353 353 .detailIcon {
354   - background: url("https://ceres.zkthink.com/static/images/detailIcon1.png") no-repeat center center;
  354 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/detailIcon1.png") no-repeat center center;
355 355 background-size: contain;
356 356 }
357 357 .exchangeIcon {
358   - background: url("https://ceres.zkthink.com/static/images/exchangeIcon1.png") no-repeat center center;
  358 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/exchangeIcon1.png") no-repeat center center;
359 359 background-size: contain;
360 360 }
361 361 text {
... ... @@ -411,7 +411,7 @@ page {
411 411 color: #FDFED6;
412 412 width: 300rpx;
413 413 height: 146rpx;
414   - background: url('https://ceres.zkthink.com/static/images/exchangeItem.png') no-repeat left top;
  414 + background: url('https://jy.scjysm.asia:18086/mefile/file/static/images/exchangeItem.png') no-repeat left top;
415 415 background-size: contain;
416 416 padding: 30rpx 25rpx;
417 417 }
... ...
ceres-uniapp-master/pages_category_page1/integral/sign.vue
... ... @@ -280,7 +280,7 @@ page {
280 280 .signBox {
281 281 padding-bottom: 50rpx;
282 282 .signBg {
283   - background: url("https://ceres.zkthink.com/static/images/signBg.png") no-repeat left top;
  283 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/signBg.png") no-repeat left top;
284 284 background-size: contain;
285 285 min-height: 702rpx;
286 286 padding-top: 160rpx;
... ... @@ -298,14 +298,14 @@ page {
298 298 .signStateBg {
299 299 width: 300rpx;
300 300 height: 300rpx;
301   - background: url("https://ceres.zkthink.com/static/images/signState.png") no-repeat left top;
  301 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/signState.png") no-repeat left top;
302 302 background-size: contain;
303 303 text {
304 304 color: #C83732;
305 305 }
306 306 }
307 307 .noSign {
308   - background: url("https://ceres.zkthink.com/static/images/signState1.png") no-repeat left top;
  308 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/signState1.png") no-repeat left top;
309 309 background-size: contain;
310 310 text {
311 311 color: #FFFFFF;
... ... @@ -334,7 +334,7 @@ page {
334 334 padding: 0 20rpx;
335 335 .redEnvelopeBg {
336 336 height: 230rpx;
337   - background: url("https://ceres.zkthink.com/static/images/redEnvelopeBg.png") no-repeat left top;
  337 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/redEnvelopeBg.png") no-repeat left top;
338 338 background-size: contain;
339 339 padding-right: 50rpx;
340 340 .exchangeBtn {
... ...
ceres-uniapp-master/pages_category_page1/memberCenter/activityList.vue
... ... @@ -8,11 +8,7 @@
8 8 <view class="countdown" v-if="shopShowType == false">
9 9 距活动结束剩余<view class="endDate"><span>{{hou}}</span><i>:</i><span>{{min}}</span><i>:</i><span>{{sec}}</span></view>
10 10 </view>
11   - <!-- <view class="filterBox" v-else>-->
12   - <!-- <view class="item" :class="selectIndex == 0 ? 'selected' : ''" @click="synthesize"><span>综合</span></view>-->
13   - <!-- <view class="item" :class="selectIndex == 1 ? 'selected' : ''" @click="sales"><span>销量</span></view>-->
14   - <!-- <view class="item" :class="selectIndex == 2 ? 'selected' : ''" @click="priceClick"><span>价格</span></view>-->
15   - <!-- </view>-->
  11 +
16 12 <view id="boxFixed" class="nav-warp">
17 13 <view class="shop-list-nav" :class="{'is-fixed' : isFixed}">
18 14 <view class="nav-item-sort" @click="sortTap(1)">
... ... @@ -23,8 +19,7 @@
23 19 <view class="r">
24 20 <view class="arrowUp" :class="{activeUp: type == 1}"></view>
25 21 <view class="arrowDown" :class="{activeDown: type == 2}"></view>
26   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="type == 1" class="arrow-img padd-t"></image>-->
27   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="type == 2" class="arrow-img padd-b"></image>-->
  22 +
28 23 </view>
29 24 </view>
30 25 <view class="nav-item-sort" @click="sortTap(3)">
... ... @@ -32,8 +27,7 @@
32 27 <view class="r">
33 28 <view class="arrowUp" :class="{activeUp: volume == 1}"></view>
34 29 <view class="arrowDown" :class="{activeDown: volume == 2}"></view>
35   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortUp.png" v-if="volume == 1" class="arrow-img padd-t"></image>-->
36   - <!-- <image src="https://ceres.zkthink.com/static/images/arrowSortDown.png" v-if="volume == 2" class="arrow-img padd-b"></image>-->
  30 +
37 31 </view>
38 32 </view>
39 33 </view>
... ... @@ -51,7 +45,7 @@
51 45 <view class="originalPrice">原价: ¥{{item.originalPrice}}</view>
52 46 <view class="flex-row-plus flex-items-plus">
53 47 <view class="iconBox">
54   - <image src="https://ceres.zkthink.com/static/images/memberCenterIcon.png"></image>
  48 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png"></image>
55 49 </view>
56 50 <view class="flex-row-plus flex-items priceInfo">
57 51 <label class="fs24">¥</label>
... ... @@ -313,7 +307,7 @@ page {
313 307 .discountBg {
314 308 width: 100%;
315 309 height: 440rpx;
316   - background: url("https://ceres.zkthink.com/static/images/memberCenterBg.png") no-repeat center center;
  310 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterBg.png") no-repeat center center;
317 311 background-size: contain;
318 312 position: relative;
319 313 }
... ...
ceres-uniapp-master/pages_category_page1/memberCenter/index.vue
... ... @@ -17,7 +17,7 @@
17 17 <view class="memberTopInfo">
18 18 <view class="backBox">
19 19 <image
20   - src="https://ceres.zkthink.com/static/images/back_img04.png"
  20 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/back_img04.png"
21 21 class="back"
22 22 @click="back"
23 23 ></image>
... ... @@ -122,7 +122,7 @@
122 122 <view class="signItem flex-items flex-sp-between">
123 123 <view class="itemLeft flex-items">
124 124 <view class="leftIcon">
125   - <image src="https://ceres.zkthink.com/static/img/member/memberList2.png"></image>
  125 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//member/memberList2.png"></image>
126 126 </view>
127 127 <view class="leftInfo">
128 128 <label class="fs28 font-color-333">购物</label>
... ...
ceres-uniapp-master/pages_category_page1/memberCenter/memberSign.vue
... ... @@ -34,13 +34,13 @@
34 34 <view class="signDateList">
35 35 <view class="signItem" v-for="(item, index) of recordList" :key="item.signinId">
36 36 <view class="topIcon">
37   - <image src="https://ceres.zkthink.com/static/img/member/signIcon.png"></image>
  37 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//member/signIcon.png"></image>
38 38 </view>
39 39 <view class="dateInfo">{{ index + 1 }}天</view>
40 40 </view>
41 41 <view class="signItem" v-for="index of noSign" :key="index">
42 42 <view class="topIcon">
43   - <image src="https://ceres.zkthink.com/static/img/member/signIcon2.png"></image>
  43 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//member/signIcon2.png"></image>
44 44 </view>
45 45 <!-- #ifdef MP-WEIXIN -->
46 46 <view class="dateInfo">{{recordList.length+index+1}}天</view>
... ... @@ -188,7 +188,7 @@
188 188  
189 189 .memberCenter {
190 190 border-top: 2rpx solid #4b4b4b;
191   - background: url("https://ceres.zkthink.com/static/img/member/memberSignBg.png") no-repeat left top;
  191 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/img//member/memberSignBg.png") no-repeat left top;
192 192 background-size: contain;
193 193 min-height: 900rpx;
194 194 padding: 0 20rpx;
... ...
ceres-uniapp-master/pages_category_page1/orderModule/Intervene.vue
... ... @@ -163,7 +163,7 @@ page{
163 163 content: '';
164 164 height: 71rpx;
165 165 width: 71rpx;
166   - background: url("https://ceres.zkthink.com/static/images/addImg.png") no-repeat center center;
  166 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center;
167 167 display: block;
168 168 background-size: contain;
169 169 }
... ...
ceres-uniapp-master/pages_category_page1/orderModule/addLogistics.vue
... ... @@ -9,7 +9,7 @@
9 9 <view class="l">物流公司</view>
10 10 <view class="r-box">
11 11 <text>{{SendReturnQuery.logisticsName}}</text>
12   - <image src="https://ceres.zkthink.com/static/images/arrowRight.png" class="r"></image>
  12 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" class="r"></image>
13 13 </view>
14 14 </view>
15 15  
... ... @@ -564,7 +564,7 @@
564 564 content: '';
565 565 height: 71rpx;
566 566 width: 71rpx;
567   - background: url("https://ceres.zkthink.com/static/images/addImg.png") no-repeat center center;
  567 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center;
568 568 display: block;
569 569 background-size: contain;
570 570 }
... ...
ceres-uniapp-master/pages_category_page1/orderModule/afterSaleApplyRefund.vue
... ... @@ -46,7 +46,7 @@
46 46 >
47 47 <text>仅退款</text>
48 48 <image
49   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  49 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
50 50 class="r"
51 51 ></image>
52 52 </view>
... ... @@ -57,7 +57,7 @@
57 57 >
58 58 <text>退货退款</text>
59 59 <image
60   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  60 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
61 61 class="r"
62 62 ></image>
63 63 </view>
... ... @@ -74,7 +74,7 @@
74 74 >
75 75 <text>未收到货</text>
76 76 <image
77   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  77 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
78 78 class="r"
79 79 ></image>
80 80 </view>
... ... @@ -85,7 +85,7 @@
85 85 >
86 86 <text>已收到货</text>
87 87 <image
88   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  88 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
89 89 class="r"
90 90 ></image>
91 91 </view>
... ... @@ -98,7 +98,7 @@
98 98 <view class="r-box">
99 99 <text v-model="ReturnMoneyQuery.returnReason">{{ liyoutext }}</text>
100 100 <image
101   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  101 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
102 102 class="r"
103 103 ></image>
104 104 </view>
... ... @@ -179,13 +179,13 @@
179 179 <text class="status-select-title">仅退款</text>
180 180 <image
181 181 mode="aspectFill"
182   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  182 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
183 183 v-if="afterType == 1"
184 184 class="status-select-img"
185 185 ></image>
186 186 <image
187 187 mode="aspectFill"
188   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  188 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
189 189 v-else
190 190 class="status-select-img"
191 191 ></image>
... ... @@ -197,13 +197,13 @@
197 197 <text class="status-select-title">退货退款</text>
198 198 <image
199 199 mode="aspectFill"
200   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  200 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
201 201 v-if="afterType == 2"
202 202 class="status-select-img"
203 203 ></image>
204 204 <image
205 205 mode="aspectFill"
206   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  206 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
207 207 v-else
208 208 class="status-select-img"
209 209 ></image>
... ... @@ -233,13 +233,13 @@
233 233 <text class="status-select-title">未收到货</text>
234 234 <image
235 235 mode="aspectFill"
236   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  236 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
237 237 v-if="ReturnMoneyQuery.goodsState == 0"
238 238 class="status-select-img"
239 239 ></image>
240 240 <image
241 241 mode="aspectFill"
242   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  242 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
243 243 v-else
244 244 class="status-select-img"
245 245 ></image>
... ... @@ -251,13 +251,13 @@
251 251 <text class="status-select-title">已收到货</text>
252 252 <image
253 253 mode="aspectFill"
254   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  254 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
255 255 v-if="ReturnMoneyQuery.goodsState == 1"
256 256 class="status-select-img"
257 257 ></image>
258 258 <image
259 259 mode="aspectFill"
260   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  260 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
261 261 v-else
262 262 class="status-select-img"
263 263 ></image>
... ... @@ -294,13 +294,13 @@
294 294 <text class="status-select-title">{{ item }}</text>
295 295 <image
296 296 mode="aspectFill"
297   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  297 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
298 298 v-if="ReturnMoneyQuery.returnReason == index"
299 299 class="status-select-img"
300 300 ></image>
301 301 <image
302 302 mode="aspectFill"
303   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  303 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
304 304 v-else
305 305 class="status-select-img"
306 306 ></image>
... ... @@ -923,7 +923,7 @@ export default {
923 923 content: '';
924 924 width: 80rpx;
925 925 height: 80rpx;
926   - background: url("https://ceres.zkthink.com/static/images/addImgBtn.png") center center;
  926 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addImgBtn.png") center center;
927 927 background-size: contain;
928 928 }
929 929  
... ...
ceres-uniapp-master/pages_category_page1/orderModule/afterSaleApplyRetund.vue
... ... @@ -38,14 +38,14 @@
38 38 v-model="ReturnMoneyQuery.goodsState"
39 39 v-if="ReturnMoneyQuery.goodsState == 0">
40 40 <text>未收到货</text>
41   - <image src="https://ceres.zkthink.com/static/images/arrowRight.png"
  41 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
42 42 class="r"></image>
43 43 </view>
44 44 <view class="r-box"
45 45 v-model="ReturnMoneyQuery.goodsState"
46 46 v-if="ReturnMoneyQuery.goodsState == 1">
47 47 <text>已收到货</text>
48   - <image src="https://ceres.zkthink.com/static/images/arrowRight.png"
  48 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
49 49 class="r"></image>
50 50 </view>
51 51 </view>
... ... @@ -54,7 +54,7 @@
54 54 <view class="l">退款原因</view>
55 55 <view class="r-box">
56 56 <text v-model="ReturnMoneyQuery.returnReason">{{ liyoutext }}</text>
57   - <image src="https://ceres.zkthink.com/static/images/arrowRight.png"
  57 + <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
58 58 class="r"></image>
59 59 </view>
60 60 </view>
... ... @@ -122,11 +122,11 @@
122 122 @click="ReturnMoneyQuery.goodsState = 0">
123 123 <text class="status-select-title">未收到货</text>
124 124 <image mode="aspectFill"
125   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  125 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
126 126 v-if="ReturnMoneyQuery.goodsState == 0"
127 127 class="status-select-img"></image>
128 128 <image mode="aspectFill"
129   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  129 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
130 130 v-else
131 131 class="status-select-img"></image>
132 132 </view>
... ... @@ -134,11 +134,11 @@
134 134 @click="ReturnMoneyQuery.goodsState = 1">
135 135 <text class="status-select-title">已收到货</text>
136 136 <image mode="aspectFill"
137   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  137 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
138 138 v-if="ReturnMoneyQuery.goodsState == 1"
139 139 class="status-select-img"></image>
140 140 <image mode="aspectFill"
141   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  141 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
142 142 v-else
143 143 class="status-select-img"></image>
144 144 </view>
... ... @@ -167,11 +167,11 @@
167 167 :key="index">
168 168 <text class="status-select-title">{{ item }}</text>
169 169 <image mode="aspectFill"
170   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  170 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
171 171 v-if="ReturnMoneyQuery.returnReason == index"
172 172 class="status-select-img"></image>
173 173 <image mode="aspectFill"
174   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  174 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
175 175 v-else
176 176 class="status-select-img"></image>
177 177 </view>
... ...
ceres-uniapp-master/pages_category_page1/orderModule/index.vue
... ... @@ -40,7 +40,7 @@
40 40 />
41 41 <text class="shop-name">{{ orderItem.shopName }}</text>
42 42 <image
43   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  43 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
44 44 class="arrow-img"
45 45 />
46 46 </view>
... ... @@ -125,7 +125,7 @@
125 125 <NoMore :show="!isEmpty && list.length >=listTotal" />
126 126 <Empty
127 127 :show="isEmpty"
128   - icon-url="https://ceres.zkthink.com/static/images/emptyOrderImg.png"
  128 + icon-url="https://jy.scjysm.asia:18086/mefile/file/static/images/emptyOrderImg.png"
129 129 >您还没有订单哦~
130 130 </Empty>
131 131 </view>
... ... @@ -828,7 +828,7 @@ page {
828 828 .delIcon {
829 829 width: 40rpx;
830 830 height: 40rpx;
831   - background: url("https://ceres.zkthink.com/static/images/delListOrder.png") no-repeat center center;
  831 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/delListOrder.png") no-repeat center center;
832 832 background-size: contain;
833 833 }
834 834 }
... ...
ceres-uniapp-master/pages_category_page1/orderModule/logisticsInfo.vue
... ... @@ -15,7 +15,7 @@
15 15 </view>
16 16 </view>
17 17 <view v-else class="emptyOrder-box flex-items-plus flex-column">
18   - <image class="emptyOrder-img" src="https://ceres.zkthink.com/static/img/bgnull.png"></image>
  18 + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image>
19 19 <label class="font-color-999 fs26 mar-top-30">你还没有物流信息哦~</label>
20 20 </view>
21 21 </view>
... ...
ceres-uniapp-master/pages_category_page1/orderModule/orderConfirm.vue
... ... @@ -10,7 +10,7 @@
10 10 @click="addAddressTap"
11 11 >
12 12 <image
13   - src="https://ceres.zkthink.com/static/images/orderAddress.png"
  13 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/orderAddress.png"
14 14 class="address-img"
15 15 ></image>
16 16 <!-- 有地址的 -->
... ... @@ -34,7 +34,7 @@
34 34 <text>你还没有收货地址哦,点击这里添加</text>
35 35 </view>
36 36 <image
37   - src="https://ceres.zkthink.com/static/images/greyArrow.png"
  37 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/greyArrow.png"
38 38 class="arrow-right-img"
39 39 ></image>
40 40 </view>
... ... @@ -47,7 +47,7 @@
47 47 <view class="order-list-top">
48 48 <view class="top-l">
49 49 <image
50   - src="https://ceres.zkthink.com/static/images/orderStoreIcon.png"
  50 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/orderStoreIcon.png"
51 51 class="shop-img"
52 52 >
53 53 </image>
... ... @@ -130,13 +130,10 @@
130 130 </view>
131 131 <image
132 132 class="discount-img"
133   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  133 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
134 134 ></image>
135 135 </view>
136   - <!-- <view class="discount-info-box flex-items" v-else>-->
137   - <!-- <view class="discount-info1"></view>-->
138   - <!-- <image class="discount-img" src="https://ceres.zkthink.com/static/images/arrowRight.png"></image>-->
139   - <!-- </view>-->
  136 +
140 137 </view>
141 138 <view class="order-total-box">
142 139 <text class="total-num">共{{ item.number }}件</text>
... ... @@ -184,7 +181,7 @@
184 181 </view>
185 182 <image
186 183 class="discount-img"
187   - src="https://ceres.zkthink.com/static/images/arrowRight.png"
  184 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"
188 185 ></image>
189 186 </view>
190 187 </view>
... ... @@ -280,7 +277,7 @@
280 277 <image
281 278 class="close-btn"
282 279 @click="onDiscountClose"
283   - src="https://ceres.zkthink.com/static/images/close.png"
  280 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"
284 281 ></image>
285 282 </view>
286 283 <view class="activity-coupon-box">
... ... @@ -322,12 +319,12 @@
322 319 </view>
323 320 <image
324 321 class="check-img"
325   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  322 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
326 323 v-if="usableItem.checked"
327 324 ></image>
328 325 <image
329 326 class="check-img"
330   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  327 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
331 328 v-else
332 329 >
333 330 </image>
... ... @@ -352,7 +349,7 @@
352 349 <image
353 350 class="close-btn"
354 351 @click="onshopClose"
355   - src="https://ceres.zkthink.com/static/images/close.png"
  352 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"
356 353 ></image>
357 354 </view>
358 355 <view class="activity-coupon-box">
... ... @@ -393,12 +390,12 @@
393 390 </view>
394 391 <image
395 392 class="check-img"
396   - src="https://ceres.zkthink.com/static/images/selectActive.png"
  393 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png"
397 394 v-if="sItem.checked"
398 395 ></image>
399 396 <image
400 397 class="check-img"
401   - src="https://ceres.zkthink.com/static/images/selectEmpty.png"
  398 + src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png"
402 399 v-else
403 400 >
404 401 </image>
... ... @@ -1298,7 +1295,7 @@ export default {
1298 1295 title: '结算中...',
1299 1296 })
1300 1297 try {
1301   - console.log(data)
  1298 + console.log('结算中结算中结算中结算中结算中结算中',data)
1302 1299 const res = await NET.request(API.PlaceOrder, data, 'POST')
1303 1300 // 下单成功处理埋点
1304 1301 this.$store.dispatch('doPointer', {
... ... @@ -2019,7 +2016,7 @@ page {
2019 2016 .coupon-item {
2020 2017 width: 48%;
2021 2018 height: 291rpx;
2022   - background: url("https://ceres.zkthink.com/static/images/couponsIcon.png") no-repeat center top;
  2019 + background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon.png") no-repeat center top;
2023 2020 margin-top: 20upx;
2024 2021 color: #C5AA7B;
2025 2022 flex-shrink: 0;
... ...