Przeglądaj źródła

更新一些问题

zhuxiuping 2 lat temu
rodzic
commit
5542d1333f
35 zmienionych plików z 145 dodań i 133 usunięć
  1. 1 1
      config/index.js
  2. 2 2
      src/views/allocation/allocationList.vue
  3. 1 1
      src/views/allocation/quill-config.js
  4. 5 5
      src/views/banner/bannerList.vue
  5. 6 6
      src/views/chatRecord/chatRecord.vue
  6. 4 4
      src/views/common/merchant.vue
  7. 4 4
      src/views/common/merchantClone.vue
  8. 2 2
      src/views/coupon/coupon.vue
  9. 3 3
      src/views/fitment/fitmentList.vue
  10. 2 2
      src/views/materials/materialsList.vue
  11. 1 1
      src/views/members/vipPrivilege.vue
  12. 4 4
      src/views/mission/mission.vue
  13. 3 3
      src/views/mission/system.vue
  14. 2 2
      src/views/runErrands/bannerList.vue
  15. 1 1
      src/views/runErrands/quill-config.js
  16. 1 1
      src/views/selfShop/quill-config.js
  17. 7 7
      src/views/selfShop/shopAmend.vue
  18. 4 4
      src/views/selfShop/shopConfig.vue
  19. 12 8
      src/views/selfShop/shopPublish.vue
  20. 2 2
      src/views/selfShop/specification.vue
  21. 1 1
      src/views/shopManagement/mission.vue
  22. 1 1
      src/views/shopManagement/shopsList.vue
  23. 33 26
      src/views/shopsList/merchIncome.vue
  24. 12 11
      src/views/shopsList/pingjiaList.vue
  25. 1 1
      src/views/shopsList/shopAdmin.vue
  26. 1 1
      src/views/shopsList/shopWallet.vue
  27. 2 2
      src/views/shopsList/shopsList.vue
  28. 4 4
      src/views/shopsList/shopsOrder.vue
  29. 2 2
      src/views/sysmission/missionAdd.vue
  30. 2 2
      src/views/sysmission/missionRedact.vue
  31. 2 2
      src/views/topupmoney/topupmoney.vue
  32. 7 7
      src/views/user/userDetail.vue
  33. 7 7
      src/views/user/userDetail1.vue
  34. 2 2
      src/views/vueMchat/vueMchat.vue
  35. 1 1
      src/views/vueMchat/vueMchatKf.vue

+ 1 - 1
config/index.js

@@ -15,7 +15,7 @@ module.exports = {
     proxyTable: devEnv.OPEN_PROXY === false ? {} : {
       '/proxyApi': {
 // target: 'http://192.168.0.128:8171/sqx_fast/', 
-        target: 'https://www.daweilinli.com/sqx_fast/',//tcwmpcshop.xianmaxiong.com
+        target: 'https://www.daweilinli.com/sqx_fast/',//www.daweilinli.com
 		changeOrigin: true,
         pathRewrite: {
           '^/proxyApi': ''

+ 2 - 2
src/views/allocation/allocationList.vue

@@ -260,7 +260,7 @@
         	<div
         		style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
         		<el-upload class="avatar-uploader" v-model="form.value"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
         			:on-success="handleAvatarSuccess">
         			<img v-if="form.value" :src="form.value" class="avatar"
         				style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -275,7 +275,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-li
           <div v-else-if="form.max==1"
           	style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
           	<el-upload class="avatar-uploader" v-model="form.value"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
           		:on-success="handleAvatarSuccess">
           		<img v-if="form.value" :src="form.value" class="avatar"
           			style="border-radius: 6px;width: 140px;height: 140px;" />

+ 1 - 1
src/views/allocation/quill-config.js

@@ -1,6 +1,6 @@
 /*富文本编辑图片上传配置*/
 const uploadConfig = {
-action:  'https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
+action:  'https://www.daweilinli.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
     methods: 'POST',  // 必填参数 图片上传方式
     token: '',  // 可选参数 如果需要token验证,假设你的token有存放在sessionStorage
     name: 'file',  // 必填参数 文件的参数名

+ 5 - 5
src/views/banner/bannerList.vue

@@ -53,7 +53,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="imageUrl"
-              action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess">
               <img v-if="imageUrl" :src="imageUrl" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -134,7 +134,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="imageUrl"
-              action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess">
               <img v-if="imageUrl" :src="imageUrl" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -215,7 +215,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="imageUrl"
-              action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess">
               <img v-if="imageUrl" :src="imageUrl" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -285,7 +285,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="imageUrl"
-              action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess">
               <img v-if="imageUrl" :src="imageUrl" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -318,7 +318,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="imageUrl"
-              action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess2">
               <img v-if="form.imageUrl" :src="form.imageUrl" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />

+ 6 - 6
src/views/chatRecord/chatRecord.vue

@@ -56,8 +56,8 @@
           </div>
          <div v-if="scope.row.messageType==4">
            <el-popover placement="top-start" title="" trigger="hover">
-             <img style="width: 50px; height: 50px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
-             <img style="width: 200px; height: 200px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+             <img style="width: 50px; height: 50px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+             <img style="width: 200px; height: 200px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
            </el-popover>
          </div>
         </template>
@@ -131,15 +131,15 @@
             </div>
 			<div v-if="scope.row.messageType==4">
 			  <el-popover placement="top-start" title="" trigger="hover">
-			    <img style="width: 50px; height: 50px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
-			    <img style="width: 200px; height: 200px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+			    <img style="width: 50px; height: 50px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+			    <img style="width: 200px; height: 200px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
 			  </el-popover>
 			</div>
 
             <!-- <div  v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
-                <img style="width: 50px; height: 50px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
-                <img style="width: 200px; height: 200px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                <img style="width: 50px; height: 50px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                <img style="width: 200px; height: 200px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div> -->
 

+ 4 - 4
src/views/common/merchant.vue

@@ -85,7 +85,7 @@
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="companyLicenseImg"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess1"
                       		>
@@ -130,7 +130,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg1"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess2"
                       		>
@@ -142,7 +142,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg2"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess3"
                       		>
@@ -157,7 +157,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg3"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess4"
                       		>

+ 4 - 4
src/views/common/merchantClone.vue

@@ -89,7 +89,7 @@
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="companyLicenseImg"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess1"
                       		>
@@ -134,7 +134,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg1"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess2"
                       		>
@@ -146,7 +146,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg2"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess3"
                       		>
@@ -161,7 +161,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg3"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       		:show-file-list="false"
                       		:on-success="handleAvatarSuccess4"
                       		>

+ 2 - 2
src/views/coupon/coupon.vue

@@ -55,7 +55,7 @@
         <div
           style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
           <el-upload class="avatar-uploader" v-model="couponPicture"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
             :on-success="handleAvatarSuccess1">
             <img v-if="couponPicture" :src="couponPicture" class="avatar" style="width: 148px;height: 148px;" />
             <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>
@@ -95,7 +95,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-li
           <div
             style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
             <el-upload class="avatar-uploader" v-model="form.couponPicture"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess2">
               <img v-if="form.couponPicture" :src="form.couponPicture" class="avatar" style="width: 148px;height: 148px;" />
               <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>

+ 3 - 3
src/views/fitment/fitmentList.vue

@@ -528,7 +528,7 @@
 						<el-upload
 							class="avatar-uploader"
 							v-model="imageUrl"
-							action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+							action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 							:show-file-list="false"
 							:on-success="handleAvatarSuccess"
 							>
@@ -553,7 +553,7 @@
 						<el-upload
 							class="avatar-uploader"
 							v-model="imageUrl2"
-							action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+							action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 							:show-file-list="false"
 							:on-success="handleAvatarSuccess2"
 							>
@@ -584,7 +584,7 @@
 		   	<el-upload
 		   		class="avatar-uploader"
 		   		v-model="imageUrl"
-		   		action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+		   		action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 		   		:show-file-list="false"
 		   		:on-success="handleAvatarSuccess3"
 		   		>

+ 2 - 2
src/views/materials/materialsList.vue

@@ -98,7 +98,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="picture"
-              action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess">
               <img v-if="picture" :src="picture" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -130,7 +130,7 @@
             <div
               style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
               <el-upload class="avatar-uploader" v-model="picture"
-                action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+                action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
                 :on-success="handleAvatarSuccess2">
                 <img v-if="formwz.picture" :src="formwz.picture" class="avatar"
                   style="border-radius: 6px;width: 148px;height: 148px;" />

+ 1 - 1
src/views/members/vipPrivilege.vue

@@ -39,7 +39,7 @@
         <div
           style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
           <el-upload class="avatar-uploader" v-model="memberImg"
- action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+ action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
             :on-success="handleAvatarSuccess">
             <img v-if="memberImg" :src="memberImg" class="avatar"
               style="border-radius: 6px;width: 148px;height: 148px;" />

+ 4 - 4
src/views/mission/mission.vue

@@ -253,16 +253,16 @@
             <div v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
                 <img style="width: 50px; height: 50px"
-                  :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                  :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                 <img style="width: 200px; height: 200px"
-                  :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                  :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div>
 
             <!-- <div  v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
-                <img style="width: 50px; height: 50px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
-                <img style="width: 200px; height: 200px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                <img style="width: 50px; height: 50px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                <img style="width: 200px; height: 200px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div> -->
 

+ 3 - 3
src/views/mission/system.vue

@@ -568,7 +568,7 @@
 						<el-upload
 							class="avatar-uploader"
 							v-model="picture"
-							action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+							action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 							:show-file-list="false"
 							:on-success="handleAvatarSuccess"
 							>
@@ -652,7 +652,7 @@
 				<el-upload
 					class="avatar-uploader"
 					v-model="imageUrl"
-					action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+					action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 					:show-file-list="false"
 					:on-success="handleAvatarSuccess1"
 					>
@@ -686,7 +686,7 @@
 		    	<el-upload
 		    		class="avatar-uploader"
 		    		v-model="imageUrl"
-		    		action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+		    		action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 		    		:show-file-list="false"
 		    		:on-success="handleAvatarSuccess2"
 		    		>

+ 2 - 2
src/views/runErrands/bannerList.vue

@@ -222,7 +222,7 @@
 				<div
 					style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 					<el-upload class="avatar-uploader" v-model="imageUrl"
-						action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+						action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
 						:on-success="handleAvatarSuccess">
 						<img v-if="imageUrl" :src="imageUrl" class="avatar"
 							style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -254,7 +254,7 @@
 					<div
 						style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="imageUrl"
-							action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess2">
 							<img v-if="form.imageUrl" :src="form.imageUrl" class="avatar"
 								style="border-radius: 6px;width: 148px;height: 148px;" />

+ 1 - 1
src/views/runErrands/quill-config.js

@@ -1,6 +1,6 @@
 /*富文本编辑图片上传配置*/
 const uploadConfig = {
-action:  'https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
+action:  'https://www.daweilinli.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
     methods: 'POST',  // 必填参数 图片上传方式
     token: '',  // 可选参数 如果需要token验证,假设你的token有存放在sessionStorage
     name: 'file',  // 必填参数 文件的参数名

+ 1 - 1
src/views/selfShop/quill-config.js

@@ -1,6 +1,6 @@
 /*富文本编辑图片上传配置*/
 const uploadConfig = {
-    action:  'https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
+    action:  'https://www.daweilinli.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
     methods: 'POST',  // 必填参数 图片上传方式
     token: '',  // 可选参数 如果需要token验证,假设你的token有存放在sessionStorage
     name: 'file',  // 必填参数 文件的参数名

+ 7 - 7
src/views/selfShop/shopAmend.vue

@@ -86,7 +86,7 @@
 					<div
 						style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="goodsCover"
-							action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess1">
 							<img v-if="goodsCover" :src="goodsCover" class="avatar"
 								style="width: 148px;height: 148px;" />
@@ -106,7 +106,7 @@
 						</div>
 					</div>
 					<div>
-						<el-upload action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+						<el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 							list-type="picture-card" :on-success="handleUploadSuccess" :on-change="handleChange"
 							:on-remove="handleRemove">
 							<i class="el-icon-plus"></i>
@@ -215,7 +215,7 @@
                     <div class="imgWrap"
                       style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                       <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                        action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+                        action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
                         :on-success="handleAvatarSuccess">
                         <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                           style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index"/>
@@ -252,7 +252,7 @@
                 </el-table-column> -->
 							<el-table-column width="120">
 								<template slot-scope="scope">
-									<el-button :disabled="!isAuth('userList:delete')" size="mini" type="danger"
+									<el-button  size="mini" type="danger"
 										@click="deleter(scope.$index)">删除
 									</el-button>
 								</template>
@@ -275,7 +275,7 @@
                     <div class="imgWrap"
                       style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                       <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                        action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+                        action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
                         :on-success="handleAvatarSuccess3">
                         <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                           style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index"/>
@@ -328,7 +328,7 @@
 					</div>
 				</div>
 				<div class="imgs" style="width: 50%;">
-					<el-upload action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+					<el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 						list-type="picture-card" :show-file-list="false" :on-success="handleUploadSuccessXq"
 						:on-progress="onprogress1">
 						<el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">
@@ -1046,7 +1046,7 @@
 			},
 			handleClose(tag, j, item) {
 				var detailarr = item.detail.split(',')
-				detailarr.splice(detailarr.indexOf('tag'), 1);
+				detailarr.splice(j, 1);
 				if (detailarr.length < 1) {
 					this.$message({
 						title: '提示',

+ 4 - 4
src/views/selfShop/shopConfig.vue

@@ -32,7 +32,7 @@
 			<div style = "margin-bottom: 10px;display: flex;">
 				<span style = "width: 200px;display: inline-block;text-align: right;">图片地址:</span>
 				<div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
-					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess1">
 						<img v-if = "imgUrl" :src = "imgUrl" class = "avatar" style = "border-radius: 6px;width:148px;height: 148px;"/>
 						<i v-else class = "el-icon-plus avatar-uploader-icon"></i>
@@ -53,7 +53,7 @@
 			<el-form :model = "form2">
 				<el-form-item label = "图片地址:" :label-width = "formLabelWidth">
 				 <div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height:148px;">
-					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess3">
 						<img v-if = "form2.imgUrl" :src = "form2.imgUrl" class = "avatar" style = "border-radius: 6px;width:148px;height: 148px;"/>
 						<i v-else class = "el-icon-plus avatar-uploader-icon"></i>
@@ -119,7 +119,7 @@
 			<div style = "display: flex;">
 				<span style = "width: 200px;display: inline-block;text-align: right;">图片:</span>
 				<div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
-					<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+					<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess4">
 						<img v-if = "image_url" :src = "image_url" class = "avatar" style = "border-radius: 6px;width: 86px;height: 86px;"/>
 						<i v-else class = "el-icon-plus avatar-uploader-icon"></i>
@@ -148,7 +148,7 @@
 			  </el-form-item>
 			  <el-form-item label = "图片:" :label-width = "formLabelWidth">
 			   <div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
-			   	<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+			   	<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess2">
 			   		<img v-if = "form1.image_url" :src = "form1.image_url" class = "avatar" style = "border-radius: 6px;width: 86px;height: 86px;"/>
 			   		<i v-else class = "el-icon-plus avatar-uploader-icon"></i>

+ 12 - 8
src/views/selfShop/shopPublish.vue

@@ -48,7 +48,7 @@
 					<el-col :span="8">
 						<span>商品销量:</span>
 						<el-input style="width:200px;" class="margin15" placeholder="请输入商品销量" type="number" :min="0"
-							:controls="false" v-model="salesVolume" autosize></el-input>
+							:controls="false" v-model="sales" autosize></el-input>
 					</el-col>
 					<!-- <el-col :span="8">
             <span>库存:</span>
@@ -147,7 +147,7 @@
 					<div
 						style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="goodsCover"
-							action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess1">
 							<img v-if="goodsCover" :src="goodsCover" class="avatar"
 								style="width: 148px;height: 148px;" />
@@ -159,7 +159,7 @@
 				<div style="display: flex;align-items: center;margin: 2% 0;flex-flow: wrap;">
 					<span style="display: inline-block;text-align: right;">商品轮播图:</span>
 					<div>
-						<el-upload action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+						<el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 							list-type="picture-card" :on-success="handleUploadSuccess" :on-change="handleChange"
 							:on-remove="handleRemove">
 							<i class="el-icon-plus"></i>
@@ -268,7 +268,7 @@
                   <div class="imgWrap"
                     style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                     <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                      action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+                      action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
                       :on-success="handleAvatarSuccess">
                       <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                         style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index" />
@@ -321,7 +321,7 @@
             </el-table-column> -->
 							<el-table-column width="120">
 								<template slot-scope="scope">
-									<el-button :disabled="!isAuth('userList:delete')" size="mini" type="danger"
+									<el-button size="mini" type="danger"
 										@click="deleter(scope.$index)">删除
 									</el-button>
 								</template>
@@ -344,7 +344,7 @@
                   <div class="imgWrap"
                     style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                     <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                      action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+                      action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
                       :on-success="handleAvatarSuccess3">
                       <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                         style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index" />
@@ -423,7 +423,7 @@
 					</div>
 				</div>
 				<div class="imgs" style="width: 50%;">
-					<el-upload action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+					<el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 						list-type="picture-card" :show-file-list="false" :on-success="handleUploadSuccessXq"
 						:on-progress="onprogress1">
 						<el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">
@@ -505,6 +505,7 @@
 				},
 				sku: [],
 				img: '',
+				sales:'',
 				salesVolume: '',
 				status: 0,
 				goodsPicture: '',
@@ -878,6 +879,7 @@
 						'memberPrice': this.memberPrice,
 						'inventory': this.inventory,
 						'salesVolume': this.salesVolume,
+						'sales':this.sales,
 						'status': this.status,
 						'goodsCover': this.goodsCover,
 						'goodsDescribe': this.goodsDescribe,
@@ -909,6 +911,7 @@
 								this.inventory = ''
 								this.originalMoney = ''
 								this.salesVolume = ''
+								this.sales = ''
 								this.goodsDescribe = ''
 								this.postagePrice = ''
 								this.status = ''
@@ -1046,7 +1049,7 @@
 			},
 			handleClose(tag, j, item) {
 				var detailarr = item.detail.split(',')
-				detailarr.splice(detailarr.indexOf('tag'), 1);
+				detailarr.splice(j, 1);
 				if (detailarr.length < 1) {
 					this.$message({
 						title: '提示',
@@ -1158,6 +1161,7 @@
 			this.inventory = ''
 			this.originalMoney = ''
 			this.salesVolume = ''
+			this.sales = ''
 			this.goodsDescribe = ''
 			this.postagePrice = ''
 			this.status = ''

+ 2 - 2
src/views/selfShop/specification.vue

@@ -261,7 +261,7 @@
       },
       handleClose(tag, j, item) {
         var detailarr = item.detail.split(',')
-        detailarr.splice(detailarr.indexOf('tag'), 1)
+        detailarr.splice(j, 1)
         if (detailarr.length < 1) {
           this.$message({
             title: '提示',
@@ -406,7 +406,7 @@
       },
       handleClose1(tag, j, item) {
         var detailarr = item.detail.split(',')
-        detailarr.splice(detailarr.indexOf('tag'), 1)
+        detailarr.splice(j, 1)
         if (detailarr.length < 1) {
           this.$message({
             title: '提示',

+ 1 - 1
src/views/shopManagement/mission.vue

@@ -78,7 +78,7 @@
 					<template slot-scope="scope">
 						<img v-if="scope.row.avatar" :src="scope.row.avatar" width="60" height="60" />
 						<span v-else>
-							<img src="https://tcwmpcshop.xianmaxiong.com/sqx_fast/logo.png" width="60" height="60" />
+							<img src="https://www.daweilinli.com/sqx_fast/logo.png" width="60" height="60" />
 						</span>
 					</template>
 				</el-table-column>

+ 1 - 1
src/views/shopManagement/shopsList.vue

@@ -77,7 +77,7 @@
           </span>
         </div>
         <div class="imgs" style="width: 50%;">
-          <el-upload action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" list-type="picture-card"
+          <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
             :show-file-list="false" :on-success="handleRemove" :on-progress="onprogress1">
             <el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1"></el-progress>
             <i v-else class="el-icon-plus"></i>

+ 33 - 26
src/views/shopsList/merchIncome.vue

@@ -10,7 +10,7 @@
 								<div
 									style="width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 									<el-upload class="avatar-uploader" v-model="logo"
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 										:show-file-list="false" :on-success="handleAvatarSuccess">
 										<img v-if="logo" :src="logo" class="avatar"
 											style="width: 148px;height: 148px;border-radius:6px;" />
@@ -35,7 +35,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 										</div>
 									</div>
 									<el-upload ref='upload'
-action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 										list-type="picture-card" :on-success="handleUploadSuccess"
 										:on-change="handleChange" :on-remove="handleRemove">
 										<i class="el-icon-plus"></i>
@@ -197,7 +197,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 						<el-button v-if="isbtn" style="margin-bottom: 20px;" size="mini" type="primary" @click="updates">修改
 						</el-button>
 					</div>
-					
+
 					<div v-if="!isbtn" style="display: inline-block;">
 						<el-button style="margin-bottom: 20px;" size="mini" type="primary" @click="cancel">取消
 						</el-button>
@@ -208,13 +208,15 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 			</div>
 		</el-tab-pane>
 		<el-tab-pane label="店铺收入" name="second">
-			<el-select v-model="way" style="width:150px;margin-left: 10px;" @change="animeDat">
+			<el-select v-model="way" style="width:150px;margin-left: 10px;">
 				<el-option v-for="item in ways" :key="item.value" :label="item.label" :value="item.value">
 				</el-option>
 			</el-select>&nbsp;&nbsp;&nbsp;
 			<el-date-picker style="width: 160px;margin-left: 10px;" v-model="info.stockDate" align="right"
 				type="datetime" format="yyyy-MM-dd" value-format="yyyy-MM-dd" placeholder="选择开始时间" @change="timeDate">
 			</el-date-picker>
+      <el-button style="margin-bottom: 20px;" size="mini" type="primary" @click="timeDate()">查询
+      </el-button>
 			</div>
 			<el-row v-loading="tableDataLoading1">
 				<el-col :span="6" class="cards">
@@ -390,7 +392,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 				<div
 					style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
 					<el-upload class="avatar-uploader" v-model="tixianData.cashQrCode"
-						action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+						action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
 						:on-success="handleAvatarSuccess1">
 						<img v-if="tixianData.cashQrCode" :src="tixianData.cashQrCode" class="avatar"
 							style="width: 148px;height: 148px;" />
@@ -398,7 +400,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 					</el-upload>
 				</div>
 			</div>
-			<div style="margin:10px 0;">
+			<!-- <div style="margin:10px 0;">
 				<span>开户行:</span>
 				<el-input style="width: 200px;" @keydown.enter.native="select" clearable placeholder="请输入开户行"
 					v-model="tixianData.bankOfDeposit">
@@ -421,7 +423,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 				<el-input style="width: 200px;" @keydown.enter.native="select" clearable placeholder="请输入银行卡绑定手机号"
 					v-model="tixianData.bankPhone">
 				</el-input>&nbsp;&nbsp;&nbsp;&nbsp;
-			</div>
+			</div> -->
 			<el-button style="margin:50px;" type="primary" icon="document" @click="querenBtn">确认
 			</el-button>
 		</el-tab-pane>
@@ -489,7 +491,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 				<el-radio-group v-model="txtype">
 					<el-radio :label="1">支付宝</el-radio>
 					<el-radio :label="2">微信</el-radio>
-					<el-radio :label="5">银行卡</el-radio>
+					<!-- <el-radio :label="5">银行卡</el-radio> -->
 				</el-radio-group>
 			</div>
 			<el-form :model="tixianData">
@@ -560,15 +562,15 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 				info: {
 					stockDate: this.getNowTime(), //日期
 				},
-				way: 3,
+				way: 'day',
 				ways: [{
-					value: 3,
+					value: 'day',
 					label: '按天查询'
 				}, {
-					value: 2,
+					value: 'month',
 					label: '按月查询'
 				}, {
-					value: 1,
+					value: 'year',
 					label: '按年查询'
 				}],
 				typeId: '',
@@ -601,7 +603,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 				businessHours: '',
 				lockHours: '',
 				detailedAddress: '',
-				shopNotice: '',
+				shopNotice: '店铺开业啦!',
 				latitude: '',
 				longitude: '',
 				shopCover: '',
@@ -687,20 +689,20 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 				let vanumber = value
 				if (vanumber === 3) {
 					this.moneySelect()
-					this.orderSelect()
+					// this.orderSelect()
 				}
 				if (vanumber === 2) {
 					this.moneySelect()
-					this.orderSelect()
+					// this.orderSelect()
 				}
 				if (vanumber === 1) {
 					this.moneySelect()
-					this.orderSelect()
+					// this.orderSelect()
 				}
 			},
 			timeDate() {
 				this.moneySelect()
-				this.orderSelect()
+				// this.orderSelect()
 			},
 			// 商品评价跳转
 			discuss(index, rows) {
@@ -749,7 +751,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 						// 'startTime': this.startTime,
 						// 'endTime': this.endTime
 						'date': this.info.stockDate,
-						'dateType': this.flag
+						'dateType': this.way
 					})
 				}).then(({
 					data
@@ -781,7 +783,12 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 					this.businessHours = returnData.businessHours
 					this.lockHours = returnData.lockHours
 					this.detailedAddress = returnData.detailedAddress
-					this.shopNotice = returnData.shopNotice
+          if(returnData.shopNotice){
+            this.shopNotice = returnData.shopNotice
+          }else{
+            this.shopNotice = '店铺开业啦!'
+          }
+
 					this.latitude = returnData.latitude
 					this.longitude = returnData.longitude
 					this.exemptMinMoney = returnData.exemptMinMoney
@@ -1105,10 +1112,10 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 						'zhiFuBaoName': this.tixianData.zhiFuBaoName,
 						'shopId': this.shopId,
 						'cashQrCode': this.tixianData.cashQrCode,
-						'bankCardNumber': this.tixianData.bankCardNumber,
-						'bankOfDeposit': this.tixianData.bankOfDeposit,
-						'bankRealName': this.tixianData.bankRealName,
-						'bankPhone': this.tixianData.bankPhone,
+						// 'bankCardNumber': this.tixianData.bankCardNumber,
+						// 'bankOfDeposit': this.tixianData.bankOfDeposit,
+						// 'bankRealName': this.tixianData.bankRealName,
+						// 'bankPhone': this.tixianData.bankPhone,
 					})
 				}).then(({
 					data
@@ -1219,7 +1226,7 @@ action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
 				// this.shopId = this.$cookie.get('shopId')
 				this.indexEr = index
 				if(index==1){
-this.shopQrImg = 'https://tcwmpcshop.xianmaxiong.com/sqx_fast/invite/shopQr?shopId=' + this.shopI
+this.shopQrImg = 'https://www.daweilinli.com/sqx_fast/invite/shopQr?shopId=' + this.shopI
 				}else{
 					this.$http({
 						url: this.$http.adornUrl('app/common/type/334'),
@@ -1230,10 +1237,10 @@ this.shopQrImg = 'https://tcwmpcshop.xianmaxiong.com/sqx_fast/invite/shopQr?shop
 					}) => {
 						this.shopQrImg = data.data.value
 					})
-					
+
 				}
 				this.dialogFormVisible2 = true
-				
+
 
 			},
 			chakan() {

+ 12 - 11
src/views/shopsList/pingjiaList.vue

@@ -53,17 +53,18 @@
 
 			<el-table-column prop="score" label="评分">
 			</el-table-column>
-			<!--      <el-table-column prop="image" label="评价图" width="100">
-        <template slot-scope="scope">
-          <div style="display: inline-block; margin: 3px;">
-            <el-popover v-if="scope.row&&scope.row.newImage" placement="top-start" title="" trigger="hover" v-for="item in scope.row.newImage" :key="item">
-              <img style="width: 50px; height: 50px" :src="item" alt="" slot="reference">
-              <img style="width: 300px; height: auto" :src="item" alt="">
-            </el-popover>
-          </div>
-
-        </template>
-      </el-table-column> -->
+			<el-table-column prop="evaluateMessage" label="评论图片" width="280">
+				<template slot-scope="scope">
+					<div v-if="scope.row.pictures">
+						<span v-for="(item,index) in scope.row.pictures.split(',')" :key="index">
+							<el-popover placement="top-start" title="" trigger="hover">
+								<img style="width: 50px; height: 50px;margin: 3px;" :src="item" alt="" slot="reference">
+								<img style="width: 200px; height: 200px" :src="item" alt="">
+							</el-popover>
+						</span>
+					</div>
+				</template>
+			</el-table-column>
 			<el-table-column prop="evaluateMessage" label="评价内容">
 			</el-table-column>
 			<el-table-column prop="shopReplyMessage" label="商家回复">

+ 1 - 1
src/views/shopsList/shopAdmin.vue

@@ -316,7 +316,7 @@
 					</el-table-column>
 					<el-table-column prop="goodsLabel" label="标签">
 					</el-table-column>
-					<el-table-column prop="salesVolume" label="商品销量">
+					<el-table-column prop="sales" label="商品销量">
 					</el-table-column>
 					<el-table-column prop="sort" label="排序" width="150">
 						<template slot-scope="scope">

+ 1 - 1
src/views/shopsList/shopWallet.vue

@@ -129,7 +129,7 @@
           <div
             style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
             <el-upload class="avatar-uploader" v-model="tixianData.cashQrCode"
-              action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess1">
               <img v-if="tixianData.cashQrCode" :src="tixianData.cashQrCode" class="avatar" style="width: 148px;height: 148px;" />
               <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>

+ 2 - 2
src/views/shopsList/shopsList.vue

@@ -232,7 +232,7 @@
         <div
           style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
           <el-upload class="avatar-uploader" v-model="shopCover"
-            action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+            action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
             :on-success="handleAvatarSuccess1">
             <img v-if="shopCover" :src="shopCover" class="avatar" style="width: 148px;height: 148px;" />
             <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>
@@ -248,7 +248,7 @@
           </span>
         </div>
         <div class="imgs" style="width: 50%;">
-          <el-upload action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" list-type="picture-card"
+          <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
             :show-file-list="false" :on-success="handleRemove" :on-progress="onprogress1">
             <el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">
             </el-progress>

+ 4 - 4
src/views/shopsList/shopsOrder.vue

@@ -232,16 +232,16 @@
             <div v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
                 <img style="width: 50px; height: 50px"
-                  :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                  :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                 <img style="width: 200px; height: 200px"
-                  :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                  :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div>
 
             <!-- <div  v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
-                <img style="width: 50px; height: 50px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
-                <img style="width: 200px; height: 200px" :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                <img style="width: 50px; height: 50px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                <img style="width: 200px; height: 200px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div> -->
 

+ 2 - 2
src/views/sysmission/missionAdd.vue

@@ -15,7 +15,7 @@
 			<el-upload
 				v-model="titlePicture"
 				:class="{hide:hideUpload}"
-				  action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+				  action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 				  :limit=1
 				  :on-success="handleUploadSuccess"
 				  list-type="picture-card"
@@ -166,7 +166,7 @@
 
                         xhr = new XMLHttpRequest();
                         xhr.withCredentials = false;
-                        xhr.open('POST', "https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload");
+                        xhr.open('POST', "https://www.daweilinli.com/sqx_fast/alioss/upload");
                         xhr.onload = function () {
                             var json;
 

+ 2 - 2
src/views/sysmission/missionRedact.vue

@@ -15,7 +15,7 @@
 			<el-upload
 				v-model="titlePicture"
 				:class="{hide:hideUpload}"
-				  action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload"
+				  action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 				  :limit=1
 				  :on-success="handleUploadSuccess"
 				  list-type="picture-card"
@@ -191,7 +191,7 @@
 
                         xhr = new XMLHttpRequest();
                         xhr.withCredentials = false;
-                        xhr.open('POST', "https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload");
+                        xhr.open('POST', "https://www.daweilinli.com/sqx_fast/alioss/upload");
                         xhr.onload = function () {
                             var json;
 

+ 2 - 2
src/views/topupmoney/topupmoney.vue

@@ -39,7 +39,7 @@
         <div
           style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
           <el-upload class="avatar-uploader" v-model="couponPicture"
-            action="https://tcwmpcshop.xianmaxiong.com/tao/alioss/upload" :show-file-list="false"
+            action="https://www.daweilinli.com/tao/alioss/upload" :show-file-list="false"
             :on-success="handleAvatarSuccess1">
             <img v-if="couponPicture" :src="couponPicture" class="avatar" style="width: 148px;height: 148px;" />
             <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>
@@ -78,7 +78,7 @@
           <div
             style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
             <el-upload class="avatar-uploader" v-model="form.couponPicture"
-              action="https://tcwmpcshop.xianmaxiong.com/tao/alioss/upload" :show-file-list="false"
+              action="https://www.daweilinli.com/tao/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess2">
               <img v-if="form.couponPicture" :src="form.couponPicture" class="avatar" style="width: 148px;height: 148px;" />
               <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>

+ 7 - 7
src/views/user/userDetail.vue

@@ -118,7 +118,7 @@
                   <th>图像</th>
                   <td class="border-rt">
                     <img
-                      :src="tableData.avatar ? tableData.avatar : 'https://tcwmpcshop.xianmaxiong.com/sqx_fast/logo.png'"
+                      :src="tableData.avatar ? tableData.avatar : 'https://www.daweilinli.com/sqx_fast/logo.png'"
                       width="80" height="80" />
                   </td>
                 </tr>
@@ -1095,9 +1095,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1149,9 +1149,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1301,9 +1301,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>

+ 7 - 7
src/views/user/userDetail1.vue

@@ -118,7 +118,7 @@
                   <th>图像</th>
                   <td class="border-rt">
                     <img
-                      :src="tableData.avatar ? tableData.avatar : 'https://tcwmpcshop.xianmaxiong.com/sqx_fast/logo.png'"
+                      :src="tableData.avatar ? tableData.avatar : 'https://www.daweilinli.com/sqx_fast/logo.png'"
                       width="80" height="80" />
                   </td>
                 </tr>
@@ -1095,9 +1095,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1149,9 +1149,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1298,9 +1298,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://tcwmpcshop.xianmaxiong.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>

+ 2 - 2
src/views/vueMchat/vueMchat.vue

@@ -162,7 +162,7 @@
               <!-- 上传文件 -->
               <div class="icon-item">
                 <el-upload class="avatar-uploader" v-model="coverImg"
-                  action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+                  action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
                   :on-success="handleAvatarSuccess" :before-upload="beforeAvatarUpload">
                   <div class="icon-item" title="发送文件">
                     <img class="icon-item-img" src="~@/assets/img/wenjian.png" />
@@ -255,7 +255,7 @@
     methods: {
       initWebSocket() {
 		  
-this.websock = new WebSocket("wss://tcwmpcshop.xianmaxiong.com/wss/ordersChat/"+this.orderId);
+this.websock = new WebSocket("wss://www.daweilinli.com/wss/ordersChat/"+this.orderId);
         /* this.websock = new WebSocket(
           // this.$http.adornWss("ordersChat/0"));
         // "ws://192.168.0.119:8171/sqx_fast/websocket/0"); //这个连接ws://固定,后面的根据自己的IP和端口进行改变,我设置监听的就是8081*/

+ 1 - 1
src/views/vueMchat/vueMchatKf.vue

@@ -156,7 +156,7 @@
               <!-- 上传文件 -->
               <div class="icon-item">
                 <el-upload class="avatar-uploader" v-model="coverImg"
-                  action="https://tcwmpcshop.xianmaxiong.com/sqx_fast/alioss/upload" :show-file-list="false"
+                  action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
                   :on-success="handleAvatarSuccess" :before-upload="beforeAvatarUpload">
                   <div class="icon-item" title="发送文件">
                     <img class="icon-item-img" src="~@/assets/img/wenjian.png" />