Commit 81ec0a441c28cebaf503ea67cc816a37fd7e87fc
Merge branch 'master' of http://39.98.150.180/webapp/GreenwayWeb
Showing
116 changed files
with
1758 additions
and
1334 deletions
admin-web-master/src/layout/index.vue
| ... | ... | @@ -536,10 +536,9 @@ this.listMune[0] = All |
| 536 | 536 | }, |
| 537 | 537 | |
| 538 | 538 | gzt(){ |
| 539 | - // window.location.href = 'https://admin-uat.028wlkj.com:1020/' | |
| 540 | - // window.location.href = 'https://admin.028wlkj.com:1020/application-manage' | |
| 541 | - // window.location.href = 'https://admin-uat.028wlkj.com:1020' | |
| 542 | - window.location.href = 'https://admin.028wlkj.com:1020/application-manage' | |
| 539 | + | |
| 540 | + // window.location.href = 'https://admin-uat.028wlkj.com:1020/application-manage' | |
| 541 | + window.location.href = 'https://admin-uat.028wlkj.com:1020/application-manage' | |
| 543 | 542 | |
| 544 | 543 | }, |
| 545 | 544 | findMatchingNames(List,msg){ | ... | ... |
admin-web-master/src/utils/request.js
| ... | ... | @@ -17,9 +17,9 @@ let baseURL = '' |
| 17 | 17 | if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { |
| 18 | 18 | |
| 19 | 19 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 20 | - baseURL = 'http://192.168.2.152:9003'; | |
| 20 | + // baseURL = 'https://jy.scjysm.asia:18086/meserver/admin-server'; | |
| 21 | 21 | // baseURL = 'http://172.16.61.125:9003'; |
| 22 | - // baseURL = 'http://192.168.2.36:9003'; | |
| 22 | + baseURL = 'http://10.0.0.51:9003'; | |
| 23 | 23 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 24 | 24 | // baseURL = 'http://192.168.2.225:9003'; |
| 25 | 25 | ... | ... |
admin-web-master/src/utils/request2.js
| ... | ... | @@ -17,8 +17,8 @@ let baseURL = '' |
| 17 | 17 | // || host === 'localhost:9528' |
| 18 | 18 | if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { |
| 19 | 19 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_2; |
| 20 | - // baseURL = 'http://192.168.2.225:9003'; | |
| 21 | - baseURL = 'http://192.168.2.152:9004'; | |
| 20 | + baseURL = 'http://10.0.0.51:9004'; | |
| 21 | + // baseURL = 'https://jy.scjysm.asia:18086/merchant-business'; | |
| 22 | 22 | } else { |
| 23 | 23 | console.error('---------------------') |
| 24 | 24 | console.error(hostall) | ... | ... |
admin-web-master/src/views/serve/MarkActivity/index.vue
| 1 | 1 | <template> |
| 2 | 2 | <div style="background-color:#f7f7f7;padding:10px 10px;"> |
| 3 | - <div class="zhuti"> | |
| 3 | + <div class="zhuti" v-if="ggXin==false&& detbox==false"> | |
| 4 | 4 | <div style="height:58px;line-height:58px;"> |
| 5 | 5 | <div style="color:#0006"> <span>客服服务管理</span> <span style="padding:0 5px;">></span> <span |
| 6 | 6 | style="color:#000000e6">营销推广活动</span></div> |
| ... | ... | @@ -8,22 +8,22 @@ |
| 8 | 8 | <div> |
| 9 | 9 | <!-- 搜索 --> |
| 10 | 10 | <div class="formSearch"> |
| 11 | - <el-form :inline="true" :model="formSel"> | |
| 11 | + <el-form :inline="true" :model="pageindex"> | |
| 12 | 12 | <el-form-item label="活动标题"> |
| 13 | - <el-input v-model="formSel.title" placeholder="请输入" style="width:168px;" /> | |
| 13 | + <el-input v-model="pageindex.title" placeholder="请输入" style="width:168px;" /> | |
| 14 | 14 | </el-form-item> |
| 15 | 15 | |
| 16 | 16 | <el-form-item label="联系人"> |
| 17 | - <el-input v-model="formSel.contactPerson" placeholder="请输入" style="width:168px;" /> | |
| 17 | + <el-input v-model="pageindex.contactPerson" placeholder="请输入" style="width:168px;" /> | |
| 18 | 18 | </el-form-item> |
| 19 | 19 | <el-form-item label="联系电话"> |
| 20 | - <el-input v-model="formSel.contactPhone" placeholder="请输入" style="width:168px;" /> | |
| 20 | + <el-input v-model="pageindex.contactPhone" placeholder="请输入" style="width:168px;" /> | |
| 21 | 21 | </el-form-item> |
| 22 | - <el-form-item label="起止时间"> | |
| 23 | - <el-select v-model="formSel.startTime" placeholder="请选择" style="width:168px;margin-right: 15px"> | |
| 22 | + <!-- <el-form-item label="起止时间"> | |
| 23 | + <el-select v-model="pageindex.startTime" placeholder="请选择" style="width:168px;margin-right: 15px"> | |
| 24 | 24 | <el-option label="" value="" /> |
| 25 | 25 | </el-select> |
| 26 | - </el-form-item> | |
| 26 | + </el-form-item> --> | |
| 27 | 27 | </el-form> |
| 28 | 28 | <div> |
| 29 | 29 | <el-button @click="onSubmit" style="background-color: #3F9B6A;color: #fff">查询 |
| ... | ... | @@ -35,26 +35,27 @@ |
| 35 | 35 | </div> |
| 36 | 36 | <div style="margin-bottom: 20px;width:20%"> |
| 37 | 37 | <div> |
| 38 | - <el-button | |
| 39 | - style="background-color: #3F9B6A;color: #fff;padding:8px 15px;" icon="el-icon-circle-plus-outline" | |
| 40 | - @click="ggXin = true">新增</el-button> | |
| 38 | + <el-button style="background-color: #3F9B6A;color: #fff;padding:8px 15px;" | |
| 39 | + icon="el-icon-circle-plus-outline" @click="addOpen">新增</el-button> | |
| 41 | 40 | </div> |
| 42 | 41 | </div> |
| 43 | 42 | <!-- 表格 --> |
| 44 | 43 | |
| 45 | 44 | <el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" |
| 46 | - :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" | |
| 47 | - > | |
| 45 | + :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> | |
| 48 | 46 | <el-table-column label="序号" min-width="150"> |
| 49 | - <template slot-scope="scope"> | |
| 50 | - {{scope.$index +1 }} | |
| 51 | - </template> | |
| 47 | + <template slot-scope="scope"> | |
| 48 | + {{scope.$index +1 }} | |
| 49 | + </template> | |
| 52 | 50 | </el-table-column> |
| 53 | 51 | <el-table-column label="活动标题" min-width="200" prop="title"> |
| 54 | 52 | </el-table-column> |
| 55 | 53 | <el-table-column label="场地名称" min-width="150" prop="venue"> |
| 56 | 54 | </el-table-column> |
| 57 | - <el-table-column label="起止时间" prop="startTime" min-width="250"> | |
| 55 | + <el-table-column label="起止时间" min-width="250" show-overflow-tooltip> | |
| 56 | + <template slot-scope="scope"> | |
| 57 | + {{scope.row.startTime}}-{{scope.row.endTime}} | |
| 58 | + </template> | |
| 58 | 59 | </el-table-column> |
| 59 | 60 | <el-table-column label="联系人" prop="contactPerson" min-width="150"> |
| 60 | 61 | |
| ... | ... | @@ -69,11 +70,11 @@ |
| 69 | 70 | </el-table-column> |
| 70 | 71 | |
| 71 | 72 | <el-table-column prop="reviewStatus" label="状态" min-width="150"> |
| 72 | - <template slot-scope="scope"> | |
| 73 | - {{scope.row.reviewStatus=='1'?'未发布':'已发布'}} | |
| 74 | - </template> | |
| 73 | + <template slot-scope="scope"> | |
| 74 | + {{scope.row.reviewStatus=='1'?'未发布':'已发布'}} | |
| 75 | + </template> | |
| 75 | 76 | </el-table-column> |
| 76 | - <el-table-column label="操作" min-width="350" fixed="right"> | |
| 77 | + <el-table-column label="操作" min-width="320" fixed="right"> | |
| 77 | 78 | <template slot-scope="scope"> |
| 78 | 79 | <div @click="details(scope.row)" class="tableBtn greens">查看</div> |
| 79 | 80 | <div @click="fabu(scope.row,'2')" class="tableBtn greens" v-if="scope.row.reviewStatus=='1'">发布</div> |
| ... | ... | @@ -81,195 +82,238 @@ |
| 81 | 82 | <div @click="zhongzhi(scope.row)" class="tableBtn greens" v-if="scope.row.reviewStatus =='1'">编辑</div> |
| 82 | 83 | <div @click="getMing(scope.row.id)" class="tableBtn greens" v-if="scope.row.reviewStatus!='1'">报名名单</div> |
| 83 | 84 | <div @click="deltab(scope.row)" class="tableBtn greens" v-if="scope.row.reviewStatus =='1'">删除</div> |
| 84 | - <div @click="Qcode(scope.row)" class="tableBtn greens" >活动二维码</div> | |
| 85 | + <div @click="Qcode(scope.row)" class="tableBtn greens">活动二维码</div> | |
| 85 | 86 | </template> |
| 86 | 87 | </el-table-column> |
| 87 | 88 | </el-table> |
| 88 | 89 | <div class="fenye"> |
| 89 | 90 | <el-pagination :hide-on-single-page='flag' background small size="mini" :current-page="currentPage" |
| 90 | - :page-sizes="[10, 20, 50, 100]" layout="prev, pager, next,total" :total="total " | |
| 91 | - @size-change="handleSizeChange" @current-change="handleCurrentChange" /> | |
| 91 | + layout="prev, pager, next,total" :total="total " | |
| 92 | + @current-change="handleCurrentChange" /> | |
| 92 | 93 | </div> |
| 93 | 94 | </div> |
| 94 | 95 | |
| 95 | 96 | </div> |
| 96 | - <!-- 详情框 --> | |
| 97 | - <el-dialog :visible.sync="detbox" custom-class='tongyong_css' style="padding: 0;" width="65%" center | |
| 98 | - :close-on-click-modal="false" :show-close="false"> | |
| 99 | - <div style="padding:20px;"> | |
| 100 | - <div style="font-size: 14px;padding-bottom: 20px;color: #000;">详情页</div> | |
| 101 | - <div> | |
| 102 | - | |
| 103 | - <el-form ref="form" :model="xiangData" label-width="120px"> | |
| 104 | - <el-form-item label="营销活动标题" prop="title"> | |
| 105 | - <el-input placeholder="请输入" v-model="xiangData.title" :disabled="edit" ></el-input> | |
| 106 | - </el-form-item> | |
| 107 | - <el-form-item label="内容" prop="content" tyle="width: 100%;"> | |
| 108 | - <wang-editor v-model="xiangData.content" ref="editor" :height="200" v-if="!edit"></wang-editor> | |
| 109 | - <div v-html="xiangData.content" style="line-height:40px" v-else></div> | |
| 110 | - </el-form-item> | |
| 111 | - </el-form> | |
| 112 | - <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 113 | - <div style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 114 | - <div>场地选择</div> | |
| 115 | - <div style="color: #3F9B6A;margin-left: 10px;" @click="addziyuan = true" v-if="!edit"> | |
| 116 | - 添加 | |
| 117 | - </div> | |
| 118 | - </div> | |
| 119 | - <div style="padding:20px;"> | |
| 120 | - <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 121 | - :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" | |
| 122 | - > | |
| 123 | - <el-table-column label="序号" width="80" > | |
| 124 | - <template slot-scope="scope"> | |
| 125 | - {{scope.$index + 1}} | |
| 126 | - </template> | |
| 127 | - </el-table-column> | |
| 128 | - | |
| 129 | - </el-table-column> | |
| 130 | - <el-table-column label="场地名称" prop="venueName" | |
| 131 | - width="150"> | |
| 132 | - | |
| 133 | - </el-table-column> | |
| 134 | - <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 135 | - </el-table-column> | |
| 136 | - <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 137 | - | |
| 138 | - </el-table-column> | |
| 139 | - <el-table-column label="详细位置" prop="detailedLocation" min-width="150"> | |
| 140 | - </el-table-column> | |
| 141 | - | |
| 142 | - </el-table> | |
| 143 | - </div> | |
| 144 | - </div> | |
| 145 | - <el-form ref="form" :model="xiangData" label-width="120px"> | |
| 146 | - <el-form-item label="起止时间"> | |
| 147 | - <el-date-picker style="width: 100%;" v-model="plan_Time" value-format="yyyy-MM-dd HH:mm:ss" :disabled="edit" | |
| 148 | - type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" align="right"> | |
| 149 | - </el-date-picker> | |
| 150 | - </el-form-item> | |
| 151 | - <el-form-item label="联系人" prop="contactPerson"> | |
| 152 | - <el-input placeholder="请输入" v-model="xiangData.contactPerson" :disabled="edit"></el-input> | |
| 153 | - </el-form-item> | |
| 154 | - <el-form-item label="联系电话" prop="contactPhone"> | |
| 155 | - <el-input placeholder="请输入" v-model="xiangData.contactPhone" :disabled="edit"></el-input> | |
| 156 | - </el-form-item> | |
| 157 | - <el-form-item label="封面图片" prop="coverImage"> | |
| 158 | - <!-- <upimg v-model="xiangData.coverImage" :limit="1" :fileSize="1" :isShowTip="false" v-if="!edit"></upimg> --> | |
| 159 | - <upimg filePath="serve" :value="xiangData.coverImage" inputtype="coverImage" :limit="1" v-if="!edit" @changimg="e=>changimg(e,'coverImage')"></upimg> | |
| 160 | - <img :src="xiangData.coverImage" alt="" v-else> | |
| 161 | - </el-form-item> | |
| 162 | - | |
| 163 | - </el-form> | |
| 164 | - </div> | |
| 165 | - | |
| 166 | - <div style="padding-top:20px;display:flex;justify-content: flex-end;"> | |
| 167 | - <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 168 | - @click="closeFn(2)">返回</el-button> | |
| 169 | - <el-button @click="edit = false" style="background-color: #3F9B6A;color: #fff" v-if="edit && xiangData.reviewStatus!='2'">编辑</el-button> | |
| 170 | - <el-button @click="addbuss(2)" style="background-color: #3F9B6A;color: #fff" v-else>确认</el-button> | |
| 171 | - | |
| 172 | - | |
| 97 | + <!-- 查看 --> | |
| 98 | + <div class="zhuti" v-if='detbox'> | |
| 99 | + <div style="height:58px;line-height:58px;"> | |
| 100 | + <div style="color:#0006"> <span>客服服务管理</span> <span style="padding:0 5px;">></span> <span | |
| 101 | + style="color:#000000e6">查看</span></div> | |
| 102 | + </div> | |
| 103 | + <div style="margin-top: 30px;" class="editcss"> | |
| 104 | + <div style="padding: 20px;"> | |
| 105 | + <el-form :model="xiangData" ref="ruleForm" label-width="150px" class="demo-ruleForm"> | |
| 106 | + <el-row :gutter="20"> | |
| 107 | + <el-col :span="12"> | |
| 108 | + <el-form-item label="营销活动标题" prop="title"> | |
| 109 | + <div class="duiqi">{{xiangData.title}}</div> | |
| 110 | + </el-form-item> | |
| 111 | + </el-col> | |
| 112 | + | |
| 113 | + <el-col :span="12"> | |
| 114 | + <el-form-item label="起止时间"> | |
| 115 | + <div class="duiqi">{{xiangData.startTime}}-{{xiangData.endTime}}</div> | |
| 116 | + </el-form-item> | |
| 117 | + </el-col> | |
| 118 | + </el-row> | |
| 119 | + <el-row :gutter="20"> | |
| 120 | + <el-col :span="12"> | |
| 121 | + <el-form-item label="联系人"> | |
| 122 | + <div class="duiqi">{{xiangData.startTime}}</div> | |
| 123 | + </el-form-item> | |
| 124 | + </el-col> | |
| 125 | + <el-col :span="12"> | |
| 126 | + <el-form-item label="联系电话"> | |
| 127 | + <div class="duiqi">{{xiangData.startTime}}</div> | |
| 128 | + </el-form-item> | |
| 129 | + </el-col> | |
| 130 | + </el-row> | |
| 131 | + <el-row :gutter="20"> | |
| 132 | + <el-col :span="24"> | |
| 133 | + <el-form-item label="内容" prop="content" tyle="width: 100%;"> | |
| 134 | + <div v-html="xiangData.content" style="line-height:40px" ></div> | |
| 135 | + </el-form-item> | |
| 136 | + </el-col> | |
| 137 | + | |
| 138 | + </el-row> | |
| 139 | + | |
| 140 | + | |
| 141 | + <el-row :gutter="20"> | |
| 142 | + <el-col :span="24"> | |
| 143 | + <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 144 | + <div | |
| 145 | + style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 146 | + <div>场地选择</div> | |
| 147 | + </div> | |
| 148 | + <div style="padding:20px;"> | |
| 149 | + <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 150 | + :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> | |
| 151 | + <el-table-column label="序号" width="80"> | |
| 152 | + <template slot-scope="scope"> | |
| 153 | + {{scope.$index + 1}} | |
| 154 | + </template> | |
| 155 | + </el-table-column> | |
| 156 | + | |
| 157 | + </el-table-column> | |
| 158 | + <el-table-column label="场地名称" prop="venueName" width="150"> | |
| 159 | + | |
| 160 | + </el-table-column> | |
| 161 | + <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 162 | + </el-table-column> | |
| 163 | + <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 164 | + | |
| 165 | + </el-table-column> | |
| 166 | + <el-table-column label="详细位置" prop="detailedLocation" min-width="150" show-overflow-tooltip> | |
| 167 | + </el-table-column> | |
| 168 | + | |
| 169 | + </el-table> | |
| 170 | + </div> | |
| 171 | + </div> | |
| 172 | + </el-col> | |
| 173 | + | |
| 174 | + </el-row> | |
| 175 | + <el-row :gutter="20"> | |
| 176 | + <el-col :span="24"> | |
| 177 | + <el-form-item label="封面图片" prop="businessScope"> | |
| 178 | + <!-- {{idCardPhotoFront}} --> | |
| 179 | + <el-image :src="$baseURL +xiangData.coverImage"></el-image> | |
| 180 | + </el-form-item> | |
| 181 | + </el-col> | |
| 182 | + </el-row> | |
| 183 | + | |
| 184 | + </el-form> | |
| 185 | + </div> | |
| 186 | + </div> | |
| 187 | + <el-row :gutter="20"> | |
| 188 | + <el-col :span="12"> | |
| 189 | + <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 190 | + @click="detbox=false">取消</el-button> | |
| 191 | + </el-col> | |
| 192 | + </el-row> | |
| 173 | 193 | </div> |
| 174 | - </div> | |
| 175 | 194 | |
| 176 | - </el-dialog> | |
| 177 | 195 | |
| 178 | 196 | <!-- 新增 --> |
| 179 | - <el-dialog title="新增" :visible.sync="ggXin" custom-class="diaslog_zhong" style="padding: 0;" width="50%" | |
| 180 | - class="dialog_css_Xq" center :close-on-click-modal="false" :show-close="false"> | |
| 181 | - <div style="margin-bottom: 20px;"> | |
| 182 | - <el-form ref="form" :model="formInline" label-width="120px"> | |
| 183 | - <el-form-item label="营销活动标题" prop="title"> | |
| 184 | - <el-input placeholder="请输入" v-model="formInline.title" ></el-input> | |
| 185 | - </el-form-item> | |
| 186 | - <el-form-item label="内容" prop="content" tyle="width: 100%;"> | |
| 187 | - <wang-editor v-model="formInline.content" ref="editor" :height="200"></wang-editor> | |
| 188 | - </el-form-item> | |
| 189 | - </el-form> | |
| 197 | + <div class="zhuti" v-if="ggXin"> | |
| 198 | + <div style="height:58px;line-height:58px;"> | |
| 199 | + <div style="color:#0006"> <span>客服服务管理</span> <span style="padding:0 5px;">></span> <span | |
| 200 | + style="color:#000000e6">{{edit?'新增':'编辑'}}</span></div> | |
| 190 | 201 | </div> |
| 202 | + <div style="margin-top: 30px;"> | |
| 203 | + <div style="padding: 20px 20px 20px 0;"> | |
| 204 | + <el-form ref="AddFromOne" :model="formInline" :rules="rulesOne" label-width="150px"> | |
| 205 | + <el-row :gutter="20"> | |
| 206 | + <el-col :span="12"> | |
| 207 | + <el-form-item label="营销活动标题" prop="title"> | |
| 208 | + <el-input placeholder="请输入" v-model="formInline.title"></el-input> | |
| 209 | + </el-form-item> | |
| 210 | + | |
| 211 | + </el-col> | |
| 212 | + <el-col :span="12"> | |
| 213 | + <el-form-item label="起止时间" prop="plan_Time"> | |
| 214 | + <el-date-picker style="width: 100%;" v-model="formInline.plan_Time" @change="TimeCardchange" value-format="yyyy-MM-dd HH:mm:ss" | |
| 215 | + type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" | |
| 216 | + align="right"> | |
| 217 | + </el-date-picker> | |
| 218 | + </el-form-item> | |
| 219 | + </el-col> | |
| 220 | + </el-row> | |
| 221 | + <el-row :gutter="20"> | |
| 222 | + <el-col :span="12"> | |
| 223 | + <el-form-item label="联系人" prop="contactPerson"> | |
| 224 | + <el-input placeholder="请输入" v-model="formInline.contactPerson"></el-input> | |
| 225 | + </el-form-item> | |
| 226 | + </el-col> | |
| 227 | + <el-col :span="12"> | |
| 228 | + <el-form-item label="联系电话" prop="contactPhone"> | |
| 229 | + <el-input placeholder="请输入" v-model="formInline.contactPhone"></el-input> | |
| 230 | + </el-form-item> | |
| 231 | + </el-col> | |
| 232 | + </el-row> | |
| 233 | + <el-row :gutter="20"> | |
| 234 | + <el-col :span="24"> | |
| 235 | + <el-form-item label="内容" prop="content"> | |
| 236 | + <wang-editor v-model="formInline.content" ref="editor" :height="200"></wang-editor> | |
| 237 | + </el-form-item> | |
| 238 | + </el-col> | |
| 239 | + </el-row> | |
| 240 | + <el-row :gutter="20"> | |
| 241 | + <el-col :span="24"> | |
| 242 | + <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 243 | + <div | |
| 244 | + style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 245 | + <div>场地选择</div> | |
| 246 | + <div style="color: #3F9B6A;margin-left: 10px;" @click="addziyuan = true"> | |
| 247 | + 添加 | |
| 248 | + </div> | |
| 249 | + </div> | |
| 250 | + <div style="padding:20px;"> | |
| 251 | + <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 252 | + :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> | |
| 253 | + <el-table-column label="序号" width="80"> | |
| 254 | + <template slot-scope="scope"> | |
| 255 | + {{scope.$index + 1}} | |
| 256 | + </template> | |
| 257 | + </el-table-column> | |
| 258 | + <el-table-column label="场地名称" prop="venueName" width="150"> | |
| 259 | + </el-table-column> | |
| 260 | + <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 261 | + </el-table-column> | |
| 262 | + <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 263 | + </el-table-column> | |
| 264 | + <el-table-column label="详细位置" prop="detailedLocation" min-width="150" show-overflow-tooltip> | |
| 265 | + </el-table-column> | |
| 266 | + <el-table-column label="操作" min-width="150"> | |
| 267 | + <template slot-scope="scope"> | |
| 268 | + <div class="tableBtn greens" @click="addziDel(scope.$index)">删除</div> | |
| 269 | + </template> | |
| 270 | + </el-table-column> | |
| 271 | + </el-table> | |
| 272 | + </div> | |
| 273 | + </div> | |
| 274 | + </el-col> | |
| 275 | + </el-row> | |
| 276 | + | |
| 277 | + <el-row :gutter="20"> | |
| 278 | + <el-col :span="24"> | |
| 279 | + <el-form-item label="封面图片"> | |
| 280 | + <!-- <upimg v-model="formInline.coverImage" :limit="1" :fileSize="1" :isShowTip="false"></upimg> --> | |
| 281 | + <upimg filePath="serve" :value="formInline.coverImage" inputtype="coverImage" :limit="1" | |
| 282 | + @changimg="e=>changimg(e,'coverImage')"></upimg> | |
| 283 | + </el-form-item> | |
| 284 | + </el-col> | |
| 285 | + </el-row> | |
| 286 | + | |
| 287 | + <el-row :gutter="20"> | |
| 288 | + <el-col :span="12"> | |
| 289 | + <el-form-item> | |
| 290 | + <div style="margin-top: 20px"> | |
| 291 | + <el-button class="buttonHover" | |
| 292 | + style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" @click="closeFn">取消</el-button> | |
| 293 | + <el-button style="background-color: #3F9B6A;color: #fff" @click="addCheck">确 定</el-button> | |
| 294 | + </div> | |
| 295 | + | |
| 296 | + </el-form-item> | |
| 297 | + </el-col> | |
| 298 | + </el-row> | |
| 191 | 299 | |
| 192 | - <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 193 | - <div style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 194 | - <div>场地选择</div> | |
| 195 | - <div style="color: #3F9B6A;margin-left: 10px;" @click="addziyuan = true"> | |
| 196 | - 添加 | |
| 197 | - </div> | |
| 198 | - </div> | |
| 199 | - <div style="padding:20px;"> | |
| 200 | - <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 201 | - :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" | |
| 202 | - > | |
| 203 | - <el-table-column label="序号" width="80" > | |
| 204 | - <template slot-scope="scope"> | |
| 205 | - {{scope.$index + 1}} | |
| 206 | - </template> | |
| 207 | - </el-table-column> | |
| 208 | - | |
| 209 | - | |
| 210 | - <el-table-column label="场地名称" prop="venueName" | |
| 211 | - width="150"> | |
| 212 | - | |
| 213 | - </el-table-column> | |
| 214 | - <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 215 | - </el-table-column> | |
| 216 | - <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 217 | - | |
| 218 | - </el-table-column> | |
| 219 | - <el-table-column label="详细位置" prop="detailedLocation" min-width="150"> | |
| 220 | - </el-table-column> | |
| 221 | - <el-table-column label="操作" min-width="150"> | |
| 222 | - <template slot-scope="scope"> | |
| 223 | - <div class="tableBtn greens" @click="addziyuanData = []" >删除</div> | |
| 224 | - </template> | |
| 225 | - </el-table-column> | |
| 226 | - </el-table> | |
| 300 | + </el-form> | |
| 227 | 301 | </div> |
| 228 | 302 | </div> |
| 229 | - <el-form ref="form" :model="formInline" label-width="120px"> | |
| 230 | - <el-form-item label="起止时间"> | |
| 231 | - <el-date-picker style="width: 100%;" v-model="plan_Time" value-format="yyyy-MM-dd HH:mm:ss" | |
| 232 | - type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" align="right"> | |
| 233 | - </el-date-picker> | |
| 234 | - </el-form-item> | |
| 235 | - <el-form-item label="联系人" prop="currentStage"> | |
| 236 | - <el-input placeholder="请输入" v-model="formInline.contactPerson" ></el-input> | |
| 237 | - </el-form-item> | |
| 238 | - <el-form-item label="联系电话"> | |
| 239 | - <el-input placeholder="请输入" v-model="formInline.contactPhone" ></el-input> | |
| 240 | - </el-form-item> | |
| 241 | - <el-form-item label="封面图片"> | |
| 242 | - <!-- <upimg v-model="formInline.coverImage" :limit="1" :fileSize="1" :isShowTip="false"></upimg> --> | |
| 243 | - <upimg filePath="serve" :value="formInline.coverImage" inputtype="coverImage" :limit="1" v-if="!edit" @changimg="e=>changimg(e,'coverImage')"></upimg> | |
| 244 | - </el-form-item> | |
| 245 | - | |
| 246 | - </el-form> | |
| 247 | - <div style="display: flex;justify-content: flex-end;"> | |
| 248 | - <el-button @click="closeFn(1)" class="buttonHover" | |
| 249 | - style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">返回</el-button> | |
| 250 | - <el-button @click="addCheck(4)" style="background-color: #3F9B6A;color: #fff">确定</el-button> | |
| 251 | - </div> | |
| 252 | - <!-- 场地选择 --> | |
| 253 | - <el-dialog :visible.sync="addziyuan" custom-class='XDD_css' style="padding: 0;" width="50%" | |
| 254 | - append-to-body center :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false"> | |
| 255 | - <div style="padding: 10px 13px;font-size: 14px;border-bottom: 1px solid #E5E5E5;display: flex;justify-content: space-between;"> | |
| 256 | - <div>添加</div> | |
| 257 | - </div> | |
| 303 | + <el-dialog :visible.sync="addziyuan" title="添加" width="70%" append-to-body center | |
| 304 | + :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false"> | |
| 258 | 305 | <div style="padding: 15px;width:100%"> |
| 259 | - | |
| 260 | 306 | <div style="border: 1px solid #E5E5E5;padding: 1px" id="huodong"> |
| 261 | - <div style="padding: 10px 13px;font-size: 14px;border-bottom: 1px solid #E5E5E5;display: flex;justify-content: space-between;"> | |
| 307 | + <div | |
| 308 | + style="padding: 10px 13px;font-size: 14px;border-bottom: 1px solid #E5E5E5;display: flex;justify-content: space-between;"> | |
| 262 | 309 | <div>选择场地</div> |
| 263 | 310 | </div> |
| 264 | 311 | <div style="padding: 15px;"> |
| 265 | 312 | <div style="padding: 0px 20px 0px 0px"> |
| 266 | - <el-table :data="ziyuanData" | |
| 267 | - highlight-current-row | |
| 268 | - @current-change="handleSelectionChange" | |
| 269 | - :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" | |
| 270 | - > | |
| 313 | + <el-table :data="ziyuanData" highlight-current-row @current-change="handleSelectionChange" | |
| 314 | + :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> | |
| 271 | 315 | |
| 272 | - <el-table-column label="序号" min-width="8%" > | |
| 316 | + <el-table-column label="序号" min-width="8%"> | |
| 273 | 317 | <template slot-scope="scope"> |
| 274 | 318 | {{scope.$index + 1}} |
| 275 | 319 | </template> |
| ... | ... | @@ -278,74 +322,76 @@ |
| 278 | 322 | <el-table-column label="场地名称" prop="venueName" min-width="15%"> |
| 279 | 323 | |
| 280 | 324 | </el-table-column> |
| 281 | - <el-table-column label="场地类型" prop="venueType" min-width="15%"> | |
| 325 | + <el-table-column label="场地类型" prop="venueType" min-width="15%"> | |
| 282 | 326 | |
| 283 | 327 | </el-table-column> |
| 284 | - <!-- <el-table-column prop="notes" label="对应策略" min-width="15%"> | |
| 285 | - </el-table-column> --> | |
| 328 | + <el-table-column label="所属区域" prop="district" min-width="15%"> | |
| 329 | + </el-table-column> | |
| 330 | + <el-table-column label="详细位置" prop="detailedLocation" min-width="20%" show-overflow-tooltip> | |
| 331 | + </el-table-column> | |
| 286 | 332 | </el-table> |
| 287 | 333 | </div> |
| 288 | 334 | </div> |
| 289 | 335 | </div> |
| 290 | 336 | </div> |
| 291 | 337 | <div style="display: flex;justify-content: flex-end;padding: 10px 20px 10px 0"> |
| 292 | - <el-button @click="mingClose" class="buttonHover" | |
| 293 | - style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">取消 | |
| 338 | + <el-button @click="mingClose" class="buttonHover" | |
| 339 | + style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">取消 | |
| 294 | 340 | </el-button> |
| 295 | - <el-button @click="minSev" style="background-color: #3F9B6A;color: #fff;">确定 | |
| 341 | + <el-button @click="minSev" style="background-color: #3F9B6A;color: #fff;">确定 | |
| 296 | 342 | </el-button> |
| 297 | 343 | |
| 298 | 344 | </div> |
| 299 | 345 | </el-dialog> |
| 346 | + </div> | |
| 300 | 347 | |
| 301 | - </el-dialog> | |
| 302 | 348 | <el-dialog :visible.sync="showQF" custom-class='tongyong_css' style="padding: 0;" width="25%" center |
| 303 | - :close-on-click-modal="false" :show-close="false"> | |
| 304 | - <div style="padding:20px;"> | |
| 305 | - <div style="font-size: 14px;padding-bottom: 20px;color: #000;">活动二维码</div> | |
| 306 | - <div style="padding:20px;"> | |
| 307 | - <!-- <img :src="qfUrl" alt="" style="height:330px;width:80%"> --> | |
| 308 | - <el-image | |
| 309 | - style="width:200px; height: 200px" | |
| 310 | - :src="$baseURL+qfUrl" | |
| 311 | - fit="fill"></el-image> | |
| 312 | - </div> | |
| 313 | - <div style="padding-top:20px;display:flex;justify-content: flex-end;"> | |
| 314 | - <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 315 | - @click="showQF =false">返回</el-button> | |
| 316 | - </div> | |
| 317 | - </div> | |
| 349 | + :close-on-click-modal="false" :show-close="false"> | |
| 350 | + <div style="padding:20px;"> | |
| 351 | + <div style="font-size: 14px;padding-bottom: 20px;color: #000;">活动二维码</div> | |
| 352 | + <div style="padding:20px;"> | |
| 353 | + <!-- <img :src="qfUrl" alt="" style="height:330px;width:80%"> --> | |
| 354 | + <el-image style="width:200px; height: 200px" :src="$baseURL+qfUrl" fit="fill"></el-image> | |
| 355 | + </div> | |
| 356 | + <div style="padding-top:20px;display:flex;justify-content: flex-end;"> | |
| 357 | + <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 358 | + @click="showQF =false">返回</el-button> | |
| 359 | + </div> | |
| 360 | + </div> | |
| 318 | 361 | |
| 319 | - </el-dialog> | |
| 320 | - <!-- 报名名单 --> | |
| 321 | - <el-dialog :visible.sync="baoming" custom-class='tongyong_css' style="padding: 0;" width="55%" center | |
| 322 | - :close-on-click-modal="false" :show-close="false"> | |
| 323 | - <div style="padding:20px;"> | |
| 324 | - <div style="font-size: 14px;padding-bottom: 20px;color: #000;">报名名单</div> | |
| 325 | - <div style="padding:20px;"> | |
| 326 | - <el-table :data="mingList" | |
| 327 | - :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" | |
| 328 | - > | |
| 329 | - <el-table-column label="序号" min-width="150"> | |
| 330 | - <template slot-scope="scope"> | |
| 331 | - {{scope.$index +1 }} | |
| 332 | - </template> | |
| 333 | - </el-table-column> | |
| 334 | - <el-table-column label="联系人" prop="userName" min-width="150"> | |
| 335 | - | |
| 336 | - </el-table-column> | |
| 337 | - <el-table-column label="联系电话" prop="userPhone" min-width="150"> | |
| 338 | - | |
| 339 | - </el-table-column> | |
| 340 | - </el-table> | |
| 341 | - </div> | |
| 342 | - <div style="padding-top:20px;display:flex;justify-content: flex-end;"> | |
| 343 | - <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 344 | - @click="baoming =false">返回</el-button> | |
| 345 | - </div> | |
| 346 | - </div> | |
| 362 | + </el-dialog> | |
| 363 | + <!-- 报名名单 --> | |
| 364 | + <el-dialog :visible.sync="baoming" title="报名名单" style="padding: 0;" width="55%" center | |
| 365 | + :close-on-click-modal="false" :show-close="false"> | |
| 366 | + <div style="padding:20px;"> | |
| 367 | + <div style="padding:20px;"> | |
| 368 | + <el-table :data="mingList.slice((mingPage - 1) * pageSize, mingPage * pageSize)" | |
| 369 | + :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> | |
| 370 | + <el-table-column label="序号" min-width="150"> | |
| 371 | + <template slot-scope="scope"> | |
| 372 | + {{scope.$index +1 }} | |
| 373 | + </template> | |
| 374 | + </el-table-column> | |
| 375 | + <el-table-column label="联系人" prop="userName" min-width="150"> | |
| 376 | + | |
| 377 | + </el-table-column> | |
| 378 | + <el-table-column label="联系电话" prop="userPhone" min-width="150"> | |
| 379 | + | |
| 380 | + </el-table-column> | |
| 381 | + </el-table> | |
| 382 | + <div class="fenye"> | |
| 383 | + <el-pagination :hide-on-single-page='flag' background :current-page="mingPage" | |
| 384 | + layout="prev, pager, next,total" :total="mingtotal" | |
| 385 | + @current-change="mingChange" /> | |
| 386 | + </div> | |
| 387 | + </div> | |
| 388 | + <div style="padding-top:20px;display:flex;justify-content: flex-end;"> | |
| 389 | + <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 390 | + @click="baoming =false">返回</el-button> | |
| 391 | + </div> | |
| 392 | + </div> | |
| 347 | 393 | |
| 348 | - </el-dialog> | |
| 394 | + </el-dialog> | |
| 349 | 395 | </div> |
| 350 | 396 | |
| 351 | 397 | |
| ... | ... | @@ -358,16 +404,16 @@ |
| 358 | 404 | import axios from 'axios' |
| 359 | 405 | import wangEditor from "@/components/editor/index"; |
| 360 | 406 | import { |
| 361 | - MarkGetAll, | |
| 362 | - MarkAdd, | |
| 363 | - MarkEdit, | |
| 364 | - MarkDel, | |
| 365 | - QRcode, | |
| 366 | - Registration | |
| 407 | + MarkGetAll, | |
| 408 | + MarkAdd, | |
| 409 | + MarkEdit, | |
| 410 | + MarkDel, | |
| 411 | + QRcode, | |
| 412 | + Registration | |
| 367 | 413 | } from '../../../api/MarkActivity.js' |
| 368 | 414 | import upimg from "@/components/ImageUpload/index" |
| 369 | 415 | import { |
| 370 | - changAlls | |
| 416 | + changAlls | |
| 371 | 417 | } from '../../../api/information.js' |
| 372 | 418 | |
| 373 | 419 | export default { |
| ... | ... | @@ -381,48 +427,74 @@ |
| 381 | 427 | detbox: false, //详情 |
| 382 | 428 | leixing: true, //切换 |
| 383 | 429 | currentPage: 1, |
| 384 | - total: 10, | |
| 430 | + total: 0, | |
| 385 | 431 | flag: false, |
| 386 | 432 | pageSize: 10, |
| 387 | 433 | ggXin: false, |
| 388 | 434 | formInline: { |
| 389 | - title:'', | |
| 390 | - content:'', | |
| 391 | - venue:'', | |
| 392 | - contactPerson:'', | |
| 393 | - contactPhone:'', | |
| 394 | - coverImage:'', | |
| 395 | - registeredCount:'', | |
| 435 | + title: '', | |
| 436 | + content: '', | |
| 437 | + venue: '', | |
| 438 | + contactPerson: '', | |
| 439 | + contactPhone: '', | |
| 440 | + coverImage: '', | |
| 441 | + registeredCount: '', | |
| 442 | + plan_Time: [], | |
| 443 | + reviewStatus:'2' | |
| 396 | 444 | }, |
| 397 | - plan_Time:[], | |
| 398 | - followUpTime:[], | |
| 399 | 445 | tableData: [], |
| 400 | - secondData: {}, | |
| 401 | - formSel: { | |
| 402 | - title:'', | |
| 403 | - venue:'', | |
| 404 | - contactPerson:'', | |
| 405 | - contactPhone:'', | |
| 406 | - }, | |
| 407 | 446 | pageindex: { |
| 408 | - pageNumber: 1, | |
| 409 | - pageSize: 10, | |
| 447 | + title: '', | |
| 448 | + venue: '', | |
| 449 | + contactPerson: '', | |
| 450 | + contactPhone: '', | |
| 451 | + pageNumber: 0, | |
| 452 | + pageSize: 10, | |
| 410 | 453 | }, |
| 411 | 454 | bianjiBox: 1, |
| 412 | 455 | chengeTatle: 1, |
| 413 | 456 | zhong: {}, |
| 414 | 457 | edit: true, //编辑切换 |
| 415 | - xiangTabs:'first', | |
| 416 | - addkehu:false, | |
| 417 | - addziyuan:false, | |
| 418 | - ziyuanData:[],//资源 | |
| 419 | - addziyuanData:[], | |
| 420 | - multipleSelection:[], | |
| 421 | - xiangData:{}, | |
| 422 | - showQF:false, | |
| 423 | - qfUrl:'', | |
| 424 | - baoming:false, | |
| 425 | - mingList:[] | |
| 458 | + xiangTabs: 'first', | |
| 459 | + addkehu: false, | |
| 460 | + addziyuan: false, | |
| 461 | + ziyuanData: [], //资源 | |
| 462 | + addziyuanData: [], | |
| 463 | + multipleSelection: [], | |
| 464 | + xiangData: {}, | |
| 465 | + showQF: false, | |
| 466 | + qfUrl: '', | |
| 467 | + baoming: false, | |
| 468 | + mingList: [], | |
| 469 | + rulesOne: { | |
| 470 | + title: [{ | |
| 471 | + required: true, | |
| 472 | + message: '请输入营销活动标题', | |
| 473 | + trigger: 'blur' | |
| 474 | + }, ], | |
| 475 | + content: [{ | |
| 476 | + required: true, | |
| 477 | + message: '请输入内容', | |
| 478 | + trigger: 'blur' | |
| 479 | + }], | |
| 480 | + plan_Time: [{ | |
| 481 | + required: true, | |
| 482 | + message: '请选择起止时间', | |
| 483 | + trigger: 'change' | |
| 484 | + }], | |
| 485 | + contactPerson: [{ | |
| 486 | + required: true, | |
| 487 | + message: '请输入联系人', | |
| 488 | + trigger: 'blur' | |
| 489 | + }], | |
| 490 | + contactPhone: [{ | |
| 491 | + required: true, | |
| 492 | + message: '请输入联系电话', | |
| 493 | + trigger: 'blur' | |
| 494 | + }], | |
| 495 | + }, | |
| 496 | + mingtotal:0, | |
| 497 | + mingPage:1 | |
| 426 | 498 | } |
| 427 | 499 | }, |
| 428 | 500 | created() { |
| ... | ... | @@ -432,9 +504,23 @@ |
| 432 | 504 | |
| 433 | 505 | }, |
| 434 | 506 | methods: { |
| 435 | - changimg(e,type) { | |
| 436 | - this.xiangData[type] = e | |
| 437 | - this.changimg[type] = e | |
| 507 | + changimg(e, type) { | |
| 508 | + this.formInline[type] = e | |
| 509 | + }, | |
| 510 | + addOpen(){ | |
| 511 | + this.formInline = { | |
| 512 | + title: '', | |
| 513 | + content: '', | |
| 514 | + venue: '', | |
| 515 | + contactPerson: '', | |
| 516 | + contactPhone: '', | |
| 517 | + coverImage: '', | |
| 518 | + registeredCount: '', | |
| 519 | + plan_Time: [], | |
| 520 | + reviewStatus:'2' | |
| 521 | + } | |
| 522 | + this.addziyuanData = [] | |
| 523 | + this.ggXin = true | |
| 438 | 524 | }, |
| 439 | 525 | // 获取时间 |
| 440 | 526 | currentTime() { |
| ... | ... | @@ -450,55 +536,60 @@ |
| 450 | 536 | let strDate = year + '-' + dateArr[0] + '-' + dateArr[1] |
| 451 | 537 | return strDate |
| 452 | 538 | }, |
| 453 | - chenge(val) { | |
| 454 | - this.formSel = { | |
| 455 | - title:'', | |
| 456 | - venue:'', | |
| 457 | - contactPerson:'', | |
| 458 | - contactPhone:'',} | |
| 459 | - this.leixing = !this.leixing | |
| 460 | - this.chengeTatle = val | |
| 461 | - }, | |
| 539 | + | |
| 462 | 540 | async getAll() { |
| 463 | 541 | const res = await MarkGetAll(this.pageindex) |
| 464 | 542 | this.tableData = res.data.content |
| 465 | 543 | this.total = res.data.content.length |
| 466 | - const ziyuan = await changAlls(this.pageindex) | |
| 544 | + const ziyuan = await changAlls(this.pageindex) | |
| 467 | 545 | this.ziyuanData = [...ziyuan.data.content] |
| 468 | 546 | |
| 469 | 547 | }, |
| 470 | 548 | |
| 471 | 549 | // 新增确定按钮 |
| 472 | - async addCheck(val) { | |
| 473 | - if(this.addziyuanData.length !=0){ | |
| 474 | - this.formInline.venue = this.addziyuanData.map(item => item.id).join(','); | |
| 550 | + addCheck(val) { | |
| 551 | + if (this.addziyuanData.length != 0) { | |
| 552 | + this.formInline.venue = this.addziyuanData.map(item => item.id).join(','); | |
| 553 | + }else{ | |
| 554 | + this.formInline.venue ='' | |
| 475 | 555 | } |
| 476 | - if(this.plan_Time.length !=0){ | |
| 477 | - this.formInline.startTime = this.plan_Time[0] | |
| 478 | - this.formInline.endTime = this.plan_Time[1] | |
| 556 | + if(this.formInline.content == '<p> </p>' || this.formInline.content == '<p><br></p>'){ | |
| 557 | + this.$message({ | |
| 558 | + message: '请填写完整信息', | |
| 559 | + type: 'error' | |
| 560 | + }) | |
| 561 | + return | |
| 479 | 562 | } |
| 480 | - this.formInline.reviewStatus = '2' | |
| 481 | - this.formInline.createdAt = this.currentTime() | |
| 482 | - await MarkAdd(this.formInline) | |
| 483 | - this.ggXin = false | |
| 484 | - this.formInline = { | |
| 485 | - title:'', | |
| 486 | - content:'', | |
| 487 | - venue:'', | |
| 488 | - contactPerson:'', | |
| 489 | - contactPhone:'', | |
| 490 | - coverImage:'', | |
| 491 | - registeredCount:'', | |
| 563 | + this.$refs.AddFromOne.validate((valid) => { | |
| 564 | + if (valid) { | |
| 565 | + this.formInline.createdAt = this.currentTime() | |
| 566 | + if(this.edit){ | |
| 567 | + MarkAdd(this.formInline).then(res=>{ | |
| 568 | + this.ggXin = false | |
| 569 | + this.addziyuanData = [] | |
| 570 | + this.getAll() | |
| 571 | + }) | |
| 572 | + }else{ | |
| 573 | + MarkEdit(this.formInline).then(res=>{ | |
| 574 | + this.ggXin = false | |
| 575 | + this.addziyuanData = [] | |
| 576 | + this.getAll() | |
| 577 | + }) | |
| 578 | + } | |
| 579 | + | |
| 580 | + }else { | |
| 581 | + this.$message({ | |
| 582 | + message: '请填写完整信息', | |
| 583 | + type: 'error' | |
| 584 | + }) | |
| 492 | 585 | |
| 493 | - } | |
| 586 | + } | |
| 587 | + }) | |
| 494 | 588 | |
| 495 | - this.plan_Time =[] | |
| 496 | - this.addziyuanData =[] | |
| 497 | - this.getAll() | |
| 498 | 589 | }, |
| 499 | 590 | // 获取时间 |
| 500 | 591 | currentTime() { |
| 501 | - let date = new Date(); | |
| 592 | + let date = new Date(); | |
| 502 | 593 | let year = date.getFullYear(); |
| 503 | 594 | let month = date.getMonth() + 1; // 月份从0~11,所以加一 |
| 504 | 595 | let day = date.getDate(); |
| ... | ... | @@ -514,50 +605,55 @@ |
| 514 | 605 | seconds = seconds < 10 ? '0' + seconds : seconds; |
| 515 | 606 | |
| 516 | 607 | // 返回格式化的日期和时间字符串 |
| 517 | - return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; | |
| 608 | + return `${year}-${month}-${day} ${hours}:${minutes}`; | |
| 518 | 609 | }, |
| 519 | 610 | |
| 520 | 611 | //详情 |
| 521 | - details(item) { | |
| 522 | - this.plan_Time[0] = item.startTime | |
| 523 | - this.plan_Time[1] = item.endTime | |
| 524 | - this.edit = true | |
| 612 | + details(item) { | |
| 525 | 613 | this.xiangData = item |
| 526 | 614 | this.detbox = true |
| 527 | - let ids= [] | |
| 528 | - ids = item.venue.split(',') | |
| 529 | - ids.map(res=>{ | |
| 530 | - changAlls({id:res,pageNumber: 1,pageSize: 10,}).then(item=>{ | |
| 531 | - console.log(item) | |
| 532 | - item.data.content.map(ids=>{ | |
| 533 | - this.addziyuanData.push(ids) | |
| 534 | - }) | |
| 615 | + let ids = [] | |
| 616 | + ids = item.venue.split(',') | |
| 617 | + ids.map(res => { | |
| 618 | + changAlls({ | |
| 619 | + id: res, | |
| 620 | + pageNumber: 1, | |
| 621 | + pageSize: 10, | |
| 622 | + }).then(item => { | |
| 623 | + | |
| 624 | + item.data.content.map(ids => { | |
| 625 | + this.addziyuanData.push(ids) | |
| 626 | + }) | |
| 535 | 627 | |
| 628 | + }) | |
| 536 | 629 | }) |
| 537 | - }) | |
| 538 | - | |
| 539 | - | |
| 540 | - | |
| 541 | 630 | |
| 542 | 631 | }, |
| 543 | - zhongzhi(item){ | |
| 632 | + zhongzhi(item) { | |
| 544 | 633 | this.edit = false |
| 545 | - this.xiangData = item | |
| 546 | - this.detbox = true | |
| 547 | - this.plan_Time[0] = item.startTime | |
| 548 | - this.plan_Time[1] = item.endTime | |
| 549 | - }, | |
| 550 | - async addbuss() { | |
| 551 | - if(this.plan_Time.length !=0){ | |
| 552 | - this.xiangData.startTime = this.plan_Time[0] | |
| 553 | - this.xiangData.endTime = this.plan_Time[1] | |
| 554 | - } | |
| 634 | + this.formInline = item | |
| 635 | + this.formInline.plan_Time = [] | |
| 636 | + this.formInline.plan_Time[0] = item.startTime | |
| 637 | + this.formInline.plan_Time[1] = item.endTime | |
| 638 | + let ids = [] | |
| 639 | + this.addziyuanData =[] | |
| 640 | + ids = item.venue.split(',') | |
| 641 | + ids.map(res => { | |
| 642 | + changAlls({ | |
| 643 | + id: res, | |
| 644 | + pageNumber: 1, | |
| 645 | + pageSize: 10, | |
| 646 | + }).then(item => { | |
| 647 | + | |
| 648 | + item.data.content.map(ids => { | |
| 649 | + this.addziyuanData.push(ids) | |
| 650 | + }) | |
| 555 | 651 | |
| 556 | - await MarkEdit(this.xiangData) | |
| 557 | - this.plan_Time = [] | |
| 558 | - this.detbox = false | |
| 559 | - this.getAll() | |
| 652 | + }) | |
| 653 | + }) | |
| 654 | + this.ggXin = true | |
| 560 | 655 | }, |
| 656 | + | |
| 561 | 657 | handleSizeChange(val) { |
| 562 | 658 | this.pageSize = val |
| 563 | 659 | }, |
| ... | ... | @@ -565,135 +661,126 @@ |
| 565 | 661 | this.currentPage = val |
| 566 | 662 | }, |
| 567 | 663 | |
| 568 | - closeFn(val) { | |
| 569 | - this.plan_Time =[] | |
| 570 | - this.addziyuanData =[] | |
| 571 | - this.formInline = { | |
| 572 | - title:'', | |
| 573 | - content:'', | |
| 574 | - venue:'', | |
| 575 | - contactPerson:'', | |
| 576 | - contactPhone:'', | |
| 577 | - coverImage:'', | |
| 578 | - registeredCount:'', | |
| 664 | + mingChange(val){ | |
| 579 | 665 | |
| 580 | - } | |
| 581 | - this.bianjiBox = 1 | |
| 582 | - if (val == 1) { | |
| 583 | - this.ggXin = false | |
| 584 | - } else { | |
| 585 | - this.detbox = false | |
| 586 | - } | |
| 666 | + this.mingPage = val | |
| 587 | 667 | }, |
| 588 | - //查看合同 | |
| 589 | - lookHetong(val) { | |
| 590 | - this.hetongBox = true | |
| 668 | + closeFn(val) { | |
| 669 | + this.ggXin = false | |
| 591 | 670 | }, |
| 671 | + | |
| 592 | 672 | // 查询按钮 |
| 593 | - async onSubmit() { | |
| 594 | - this.formSel.pageNumber = 1 | |
| 595 | - this.formSel.pageSize = 10 | |
| 596 | - const res = await MarkGetAll(this.formSel) | |
| 597 | - this.tableData = res.data.content | |
| 598 | - this.total = res.data.content.length | |
| 599 | - this.formSel = { | |
| 600 | - title:'', | |
| 601 | - venue:'', | |
| 602 | - contactPerson:'', | |
| 603 | - contactPhone:'', | |
| 604 | - } | |
| 673 | + onSubmit() { | |
| 674 | + this.getAll() | |
| 605 | 675 | }, |
| 606 | 676 | //重置按钮 |
| 607 | 677 | resetting() { |
| 608 | - this.formSel = { | |
| 609 | - title:'', | |
| 610 | - venue:'', | |
| 611 | - contactPerson:'', | |
| 612 | - contactPhone:'',} | |
| 613 | - this.getAll() | |
| 678 | + this.pageindex = { | |
| 679 | + title: '', | |
| 680 | + venue: '', | |
| 681 | + contactPerson: '', | |
| 682 | + contactPhone: '', | |
| 683 | + pageNumber: 0, | |
| 684 | + pageSize: 10, | |
| 685 | + } | |
| 686 | + this.getAll() | |
| 614 | 687 | }, |
| 615 | 688 | |
| 616 | - minSev() { | |
| 689 | + minSev() { | |
| 617 | 690 | this.addziyuanData = this.multipleSelection |
| 618 | 691 | this.addziyuan = false |
| 619 | - this.multipleSelection =[] | |
| 692 | + this.multipleSelection = [] | |
| 620 | 693 | }, |
| 621 | - mingClose(){ | |
| 622 | - this.multipleSelection =[] | |
| 694 | + mingClose() { | |
| 695 | + this.multipleSelection = [] | |
| 623 | 696 | this.addziyuan = false |
| 624 | 697 | }, |
| 625 | 698 | handleSelectionChange(val) { |
| 626 | 699 | |
| 627 | 700 | this.multipleSelection.push(val) |
| 628 | 701 | }, |
| 629 | - deltab(item){ | |
| 630 | - const h = this.$createElement; | |
| 631 | - this.$msgbox({ | |
| 632 | - title: '消息', | |
| 633 | - message: h('p', null, [ | |
| 634 | - h('span', null, '是否删除 '), | |
| 635 | - ]), | |
| 636 | - showCancelButton: true, | |
| 637 | - showClose:false, | |
| 638 | - confirmButtonText: '确定', | |
| 639 | - cancelButtonText: '取消', | |
| 640 | - customClass:'oe-dialog-btn', | |
| 641 | - beforeClose: (action, instance, done) => { | |
| 642 | - if (action === 'confirm') { | |
| 643 | - MarkDel({id:item.id}).then(res=>{ | |
| 644 | - this.getAll() | |
| 645 | - done(); | |
| 646 | - }) | |
| 647 | - } else { | |
| 648 | - done(); | |
| 649 | - } | |
| 702 | + deltab(item) { | |
| 703 | + const h = this.$createElement; | |
| 704 | + this.$msgbox({ | |
| 705 | + title: '消息', | |
| 706 | + message: h('p', null, [ | |
| 707 | + h('span', null, '是否删除 '), | |
| 708 | + ]), | |
| 709 | + showCancelButton: true, | |
| 710 | + showClose: false, | |
| 711 | + confirmButtonText: '确定', | |
| 712 | + cancelButtonText: '取消', | |
| 713 | + customClass: 'oe-dialog-btn', | |
| 714 | + beforeClose: (action, instance, done) => { | |
| 715 | + if (action === 'confirm') { | |
| 716 | + MarkDel({ | |
| 717 | + id: item.id | |
| 718 | + }).then(res => { | |
| 719 | + this.getAll() | |
| 720 | + done(); | |
| 721 | + }) | |
| 722 | + } else { | |
| 723 | + done(); | |
| 724 | + } | |
| 650 | 725 | } |
| 651 | - }) | |
| 726 | + }) | |
| 652 | 727 | }, |
| 653 | - fabu(item,val){ | |
| 728 | + fabu(item, val) { | |
| 654 | 729 | const h = this.$createElement; |
| 655 | - this.$msgbox({ | |
| 656 | - title: '消息', | |
| 657 | - message: h('p', null, [ | |
| 658 | - h('span', null, '是否处理'), | |
| 659 | - ]), | |
| 660 | - showCancelButton: true, | |
| 661 | - showClose:false, | |
| 662 | - confirmButtonText: '确定', | |
| 663 | - cancelButtonText: '取消', | |
| 664 | - customClass:'oe-dialog-btn', | |
| 665 | - beforeClose: (action, instance, done) => { | |
| 666 | - if (action === 'confirm') { | |
| 667 | - MarkEdit({id:item.id,reviewStatus:val}).then(res=>{ | |
| 668 | - this.getAll() | |
| 669 | - done(); | |
| 670 | - }) | |
| 671 | - } else { | |
| 672 | - done(); | |
| 673 | - } | |
| 674 | - } | |
| 730 | + this.$msgbox({ | |
| 731 | + title: '消息', | |
| 732 | + message: h('p', null, [ | |
| 733 | + h('span', null, '是否处理'), | |
| 734 | + ]), | |
| 735 | + showCancelButton: true, | |
| 736 | + showClose: false, | |
| 737 | + confirmButtonText: '确定', | |
| 738 | + cancelButtonText: '取消', | |
| 739 | + customClass: 'oe-dialog-btn', | |
| 740 | + beforeClose: (action, instance, done) => { | |
| 741 | + if (action === 'confirm') { | |
| 742 | + MarkEdit({ | |
| 743 | + id: item.id, | |
| 744 | + reviewStatus: val | |
| 745 | + }).then(res => { | |
| 746 | + this.getAll() | |
| 747 | + done(); | |
| 748 | + }) | |
| 749 | + } else { | |
| 750 | + done(); | |
| 751 | + } | |
| 752 | + } | |
| 675 | 753 | }) |
| 676 | 754 | |
| 677 | 755 | }, |
| 678 | - Qcode(items){ | |
| 756 | + Qcode(items) { | |
| 679 | 757 | this.showQF = true |
| 680 | - let pgs={ | |
| 681 | - scene:`item='${items.id}'`, | |
| 682 | - // scene:items, | |
| 683 | - page:"pages/marketing/marketingDetail/marketingDetail" | |
| 758 | + let pgs = { | |
| 759 | + scene: `item='${items.id}'`, | |
| 760 | + // scene:items, | |
| 761 | + page: "pages/marketing/marketingDetail/marketingDetail" | |
| 684 | 762 | } |
| 685 | - QRcode(pgs).then(res=>{ | |
| 686 | - this.qfUrl = res.data | |
| 687 | - }) | |
| 763 | + QRcode(pgs).then(res => { | |
| 764 | + this.qfUrl = res.data | |
| 765 | + }) | |
| 688 | 766 | }, |
| 689 | - async getMing(ids){ | |
| 690 | - let page={ | |
| 691 | - activityId:ids | |
| 692 | - } | |
| 693 | - const res = await Registration(page) | |
| 694 | - this.mingList = res.data | |
| 767 | + async getMing(ids) { | |
| 768 | + let page = { | |
| 769 | + activityId: ids | |
| 770 | + } | |
| 771 | + const res = await Registration(page) | |
| 772 | + this.mingList = res.data | |
| 773 | + this.mingtotal = res.data.length | |
| 695 | 774 | this.baoming = true |
| 696 | 775 | |
| 776 | + }, | |
| 777 | + TimeCardchange(e){ | |
| 778 | + this.formInline.startTime = e[0] | |
| 779 | + this.formInline.endTime = e[1] | |
| 780 | + }, | |
| 781 | + | |
| 782 | + addziDel(index){ | |
| 783 | + this.addziyuanData.splice(index, 1); | |
| 697 | 784 | } |
| 698 | 785 | |
| 699 | 786 | } |
| ... | ... | @@ -714,9 +801,7 @@ |
| 714 | 801 | color: #3F9B6A; |
| 715 | 802 | } |
| 716 | 803 | |
| 717 | - /deep/ .el-form-item__content { | |
| 718 | - line-height: 0; | |
| 719 | - } | |
| 804 | + | |
| 720 | 805 | |
| 721 | 806 | .tableBtn { |
| 722 | 807 | display: inline-block; |
| ... | ... | @@ -800,9 +885,7 @@ |
| 800 | 885 | height: 50px; |
| 801 | 886 | } |
| 802 | 887 | |
| 803 | - /deep/ .el-form--label-top .el-form-item__label { | |
| 804 | - padding: 0; | |
| 805 | - } | |
| 888 | + | |
| 806 | 889 | |
| 807 | 890 | ::v-deep .el-form-item { |
| 808 | 891 | margin-bottom: 16px; | ... | ... |
admin-web-master/src/views/serve/Merchant/index.vue
| 1 | 1 | <template> |
| 2 | 2 | <div style="background-color:#f7f7f7;padding:10px 10px;"> |
| 3 | - <div class="zhuti"> | |
| 3 | + <div class="zhuti" v-if="ggXin == false && detbox==false"> | |
| 4 | 4 | <div style="height:58px;line-height:58px;"> |
| 5 | 5 | <div style="color:#0006"> <span>客服服务管理</span> <span style="padding:0 5px;">></span> <span |
| 6 | 6 | style="color:#000000e6">商户合作</span></div> |
| ... | ... | @@ -8,19 +8,19 @@ |
| 8 | 8 | <div> |
| 9 | 9 | <!-- 搜索 --> |
| 10 | 10 | <div class="formSearch"> |
| 11 | - <el-form :inline="true" :model="formSel"> | |
| 11 | + <el-form :inline="true" :model="pageindex"> | |
| 12 | 12 | <el-form-item label="商务合作标题"> |
| 13 | - <el-input v-model="formSel.title" placeholder="请输入" style="width:168px;" /> | |
| 13 | + <el-input v-model="pageindex.title" placeholder="请输入" style="width:168px;" /> | |
| 14 | 14 | </el-form-item> |
| 15 | 15 | |
| 16 | 16 | <el-form-item label="联系人"> |
| 17 | - <el-input v-model="formSel.contactPerson" placeholder="请输入" style="width:168px;" /> | |
| 17 | + <el-input v-model="pageindex.contactPerson" placeholder="请输入" style="width:168px;" /> | |
| 18 | 18 | </el-form-item> |
| 19 | 19 | <el-form-item label="联系电话"> |
| 20 | - <el-input v-model="formSel.contactPhone" placeholder="请输入" style="width:168px;" /> | |
| 20 | + <el-input v-model="pageindex.contactPhone" placeholder="请输入" style="width:168px;" /> | |
| 21 | 21 | </el-form-item> |
| 22 | 22 | <el-form-item label="合作类型"> |
| 23 | - <el-select v-model="formSel.cooperationType" placeholder="请选择" style="width:168px;margin-right: 15px"> | |
| 23 | + <el-select v-model="pageindex.cooperationType" placeholder="请选择" style="width:168px;margin-right: 15px"> | |
| 24 | 24 | <el-option label="品牌推广合作" value="品牌推广合作" /> |
| 25 | 25 | <el-option label="场地租赁合作" value="场地租赁合作" /> |
| 26 | 26 | <el-option label="文化旅游合作" value="文化旅游合作" /> |
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | <div> |
| 41 | 41 | <el-button |
| 42 | 42 | style="background-color: #3F9B6A;color: #fff;padding:8px 15px;" icon="el-icon-circle-plus-outline" |
| 43 | - @click="ggXin = true">新增</el-button> | |
| 43 | + @click="addOpen">新增</el-button> | |
| 44 | 44 | </div> |
| 45 | 45 | </div> |
| 46 | 46 | <!-- 表格 --> |
| ... | ... | @@ -93,191 +93,244 @@ |
| 93 | 93 | |
| 94 | 94 | </div> |
| 95 | 95 | <!-- 详情框 --> |
| 96 | - <el-dialog :visible.sync="detbox" custom-class='tongyong_css' style="padding: 0;" width="65%" center | |
| 97 | - :close-on-click-modal="false" :show-close="false"> | |
| 98 | - <div style="padding:20px;"> | |
| 99 | - <div style="font-size: 14px;padding-bottom: 20px;color: #000;">详情页</div> | |
| 100 | - <div> | |
| 101 | - | |
| 102 | - <el-form ref="form" :model="xiangData" label-width="120px"> | |
| 103 | - <el-form-item label="商务合作标题" prop="title"> | |
| 104 | - <el-input placeholder="请输入" v-model="xiangData.title" :disabled="edit" ></el-input> | |
| 105 | - </el-form-item> | |
| 106 | - <el-form-item label="内容" prop="content" tyle="width: 100%;"> | |
| 107 | - <wang-editor v-model="xiangData.content" ref="editor" :height="200" v-if="!edit"></wang-editor> | |
| 108 | - <div v-html="xiangData.content" style="line-height:40px" v-else></div> | |
| 109 | - </el-form-item> | |
| 110 | - </el-form> | |
| 111 | - <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 112 | - <div style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 113 | - <div>场地选择</div> | |
| 114 | - <div style="color: #3F9B6A;margin-left: 10px;" @click="addziyuan = true" v-if="!edit"> | |
| 115 | - 添加 | |
| 116 | - </div> | |
| 117 | - </div> | |
| 118 | - <div style="padding:20px;"> | |
| 119 | - <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 120 | - :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" | |
| 121 | - > | |
| 122 | - <el-table-column label="序号" width="80" > | |
| 123 | - <template slot-scope="scope"> | |
| 124 | - {{scope.$index + 1}} | |
| 125 | - </template> | |
| 126 | - </el-table-column> | |
| 127 | - <el-table-column label="场地名称" prop="venueName" | |
| 128 | - width="150"> | |
| 129 | - | |
| 130 | - </el-table-column> | |
| 131 | - <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 132 | - </el-table-column> | |
| 133 | - <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 134 | - | |
| 135 | - </el-table-column> | |
| 136 | - <el-table-column label="详细位置" prop="detailedLocation" min-width="150"> | |
| 137 | - </el-table-column> | |
| 138 | - <el-table-column label="操作" min-width="150"> | |
| 139 | - <template slot-scope="scope"> | |
| 140 | - <div class="tableBtn greens" @click="addziyuanData = []" >删除</div> | |
| 141 | - </template> | |
| 142 | - </el-table-column> | |
| 143 | - </el-table> | |
| 144 | - </div> | |
| 145 | - </div> | |
| 146 | - | |
| 147 | - <el-form ref="form" :model="xiangData" label-width="120px"> | |
| 148 | - <el-form-item label="往期活动展示"> | |
| 149 | - <upimg v-model="xiangData.previousEvents" :limit="1" :fileSize="1" :isShowTip="false" v-if="!edit"></upimg> | |
| 150 | - <img :src="xiangData.previousEvents" alt="" v-else> | |
| 151 | - </el-form-item> | |
| 152 | - <el-form-item label="合作类型" prop="cooperationType"> | |
| 153 | - <el-select v-model="xiangData.cooperationType" placeholder="请选择" style="width:168px;margin-right: 15px" :disabled="edit"> | |
| 154 | - <el-option label="品牌推广合作" value="品牌推广合作" /> | |
| 155 | - <el-option label="场地租赁合作" value="场地租赁合作" /> | |
| 156 | - <el-option label="文化旅游合作" value="文化旅游合作" /> | |
| 157 | - <el-option label="健康生活产品合作" value="健康生活产品合作" /> | |
| 158 | - </el-select> | |
| 159 | - </el-form-item> | |
| 160 | - <el-form-item label="联系人" prop="contactPerson"> | |
| 161 | - <el-input placeholder="请输入" v-model="xiangData.contactPerson" :disabled="edit" ></el-input> | |
| 162 | - </el-form-item> | |
| 163 | - <el-form-item label="联系电话" prop="contactPhone"> | |
| 164 | - <el-input placeholder="请输入" v-model="xiangData.contactPhone" :disabled="edit"></el-input> | |
| 165 | - </el-form-item> | |
| 166 | - <el-form-item label="邮箱"> | |
| 167 | - <el-input placeholder="请输入" v-model="xiangData.email" :disabled="edit"></el-input> | |
| 168 | - </el-form-item> | |
| 169 | - <el-form-item label="封面图片"> | |
| 170 | - <upimg v-model="xiangData.coverImage" :limit="1" :fileSize="1" :isShowTip="false" v-if="!edit"></upimg> | |
| 171 | - <img :src="xiangData.coverImage" alt="" v-else> | |
| 172 | - </el-form-item> | |
| 173 | - | |
| 174 | - </el-form> | |
| 175 | - </div> | |
| 176 | - | |
| 177 | - <div style="padding-top:20px;display:flex;justify-content: flex-end;"> | |
| 178 | - <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 179 | - @click="closeFn(2)">返回</el-button> | |
| 180 | - <el-button @click="edit = false" style="background-color: #3F9B6A;color: #fff" v-if="edit && xiangData.status!='1'">编辑</el-button> | |
| 181 | - <el-button @click="addbuss(2)" style="background-color: #3F9B6A;color: #fff" v-else>确认</el-button> | |
| 182 | - | |
| 96 | + <div class="zhuti" v-if='detbox'> | |
| 97 | + <div style="height:58px;line-height:58px;"> | |
| 98 | + <div style="color:#0006"> <span>客服服务管理</span> <span style="padding:0 5px;">></span> <span | |
| 99 | + style="color:#000000e6">查看</span></div> | |
| 100 | + </div> | |
| 101 | + <div style="margin-top: 30px;" class="editcss"> | |
| 102 | + <div style="padding: 20px;"> | |
| 103 | + <el-form :model="xiangData" ref="ruleForm" label-width="150px" class="demo-ruleForm"> | |
| 104 | + <el-row :gutter="20"> | |
| 105 | + <el-col :span="12"> | |
| 106 | + <el-form-item label="商务合作标题" prop="title"> | |
| 107 | + <div class="duiqi">{{xiangData.title}}</div> | |
| 108 | + </el-form-item> | |
| 109 | + </el-col> | |
| 110 | + | |
| 111 | + <el-col :span="12"> | |
| 112 | + <el-form-item label="合作类型"> | |
| 113 | + <div class="duiqi">{{xiangData.cooperationType}}</div> | |
| 114 | + </el-form-item> | |
| 115 | + </el-col> | |
| 116 | + </el-row> | |
| 117 | + <el-row :gutter="20"> | |
| 118 | + <el-col :span="12"> | |
| 119 | + <el-form-item label="联系人"> | |
| 120 | + <div class="duiqi">{{xiangData.contactPerson}}</div> | |
| 121 | + </el-form-item> | |
| 122 | + </el-col> | |
| 123 | + <el-col :span="12"> | |
| 124 | + <el-form-item label="联系电话"> | |
| 125 | + <div class="duiqi">{{xiangData.contactPhone}}</div> | |
| 126 | + </el-form-item> | |
| 127 | + </el-col> | |
| 128 | + </el-row> | |
| 129 | + <el-row :gutter="20"> | |
| 130 | + <el-col :span="12"> | |
| 131 | + <el-form-item label="邮箱"> | |
| 132 | + <div class="duiqi">{{xiangData.email}}</div> | |
| 133 | + </el-form-item> | |
| 134 | + </el-col> | |
| 135 | + </el-row> | |
| 136 | + <el-row :gutter="20"> | |
| 137 | + <el-col :span="24"> | |
| 138 | + <el-form-item label="内容" prop="content" tyle="width: 100%;"> | |
| 139 | + <div v-html="xiangData.content" style="line-height:40px" ></div> | |
| 140 | + </el-form-item> | |
| 141 | + </el-col> | |
| 142 | + | |
| 143 | + </el-row> | |
| 144 | + | |
| 145 | + <el-row :gutter="20"> | |
| 146 | + <el-col :span="24"> | |
| 147 | + <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 148 | + <div | |
| 149 | + style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 150 | + <div>场地选择</div> | |
| 151 | + </div> | |
| 152 | + <div style="padding:20px;"> | |
| 153 | + <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 154 | + :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> | |
| 155 | + <el-table-column label="序号" width="80"> | |
| 156 | + <template slot-scope="scope"> | |
| 157 | + {{scope.$index + 1}} | |
| 158 | + </template> | |
| 159 | + </el-table-column> | |
| 160 | + | |
| 161 | + </el-table-column> | |
| 162 | + <el-table-column label="场地名称" prop="venueName" width="150"> | |
| 163 | + | |
| 164 | + </el-table-column> | |
| 165 | + <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 166 | + </el-table-column> | |
| 167 | + <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 168 | + | |
| 169 | + </el-table-column> | |
| 170 | + <el-table-column label="详细位置" prop="detailedLocation" min-width="150" show-overflow-tooltip> | |
| 171 | + </el-table-column> | |
| 172 | + | |
| 173 | + </el-table> | |
| 174 | + </div> | |
| 175 | + </div> | |
| 176 | + </el-col> | |
| 177 | + | |
| 178 | + </el-row> | |
| 179 | + <el-row :gutter="20"> | |
| 180 | + <el-col :span="24"> | |
| 181 | + <el-form-item label="往期活动展示" prop="previousEvents"> | |
| 182 | + <div style="display: flex;justify-content: space-between;" > | |
| 183 | + <el-image style="width:48%" fit="fill" :src="$baseURL+item" v-for="(item,index) in xiangData.previousEvents"></el-image> | |
| 184 | + </div> | |
| 185 | + | |
| 186 | + </el-form-item> | |
| 187 | + </el-col> | |
| 188 | + </el-row> | |
| 189 | + <el-row :gutter="20"> | |
| 190 | + <el-col :span="24"> | |
| 191 | + <el-form-item label="封面图片" prop="coverImage"> | |
| 192 | + | |
| 193 | + <el-image :src="$baseURL +xiangData.coverImage"></el-image> | |
| 194 | + </el-form-item> | |
| 195 | + </el-col> | |
| 196 | + </el-row> | |
| 197 | + | |
| 198 | + </el-form> | |
| 199 | + </div> | |
| 200 | + </div> | |
| 201 | + <el-row :gutter="20"> | |
| 202 | + <el-col :span="12"> | |
| 203 | + <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 204 | + @click="detbox=false">取消</el-button> | |
| 205 | + </el-col> | |
| 206 | + </el-row> | |
| 183 | 207 | </div> |
| 184 | - </div> | |
| 185 | - | |
| 186 | - </el-dialog> | |
| 187 | 208 | |
| 188 | 209 | <!-- 新增 --> |
| 189 | - <el-dialog title="新增" :visible.sync="ggXin" custom-class="diaslog_zhong" style="padding: 0;" width="70%" | |
| 190 | - class="dialog_css_Xq" center :close-on-click-modal="false" :show-close="false"> | |
| 191 | - <div style="margin-bottom: 20px;"> | |
| 192 | - <el-form ref="form" :model="formInline" label-width="120px"> | |
| 193 | - <el-form-item label="商务合作标题" prop="title"> | |
| 194 | - <el-input placeholder="请输入" v-model="formInline.title" ></el-input> | |
| 195 | - </el-form-item> | |
| 196 | - <el-form-item label="内容" prop="content" tyle="width: 100%;"> | |
| 197 | - <wang-editor v-model="formInline.content" ref="editor" :height="200"></wang-editor> | |
| 198 | - </el-form-item> | |
| 199 | - </el-form> | |
| 200 | - </div> | |
| 201 | - | |
| 202 | - <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 203 | - <div style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 204 | - <div>场地选择</div> | |
| 205 | - <div style="color: #3F9B6A;margin-left: 10px;" @click="addziyuan = true"> | |
| 206 | - 添加 | |
| 207 | - </div> | |
| 208 | - </div> | |
| 209 | - <div style="padding:20px;"> | |
| 210 | - <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 211 | - :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" | |
| 212 | - > | |
| 213 | - <el-table-column label="序号" width="80" > | |
| 214 | - <template slot-scope="scope"> | |
| 215 | - {{scope.$index + 1}} | |
| 216 | - </template> | |
| 217 | - </el-table-column> | |
| 218 | - <el-table-column label="资源编号" prop="id" width="150"> | |
| 219 | - | |
| 220 | - </el-table-column> | |
| 221 | - </el-table-column> | |
| 222 | - <el-table-column label="场地名称" prop="venueName" | |
| 223 | - width="150"> | |
| 224 | - | |
| 225 | - </el-table-column> | |
| 226 | - <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 227 | - </el-table-column> | |
| 228 | - <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 229 | - | |
| 230 | - </el-table-column> | |
| 231 | - <el-table-column label="详细位置" prop="detailedLocation" min-width="150"> | |
| 232 | - </el-table-column> | |
| 233 | - <el-table-column label="操作" min-width="150"> | |
| 234 | - <template slot-scope="scope"> | |
| 235 | - <div class="tableBtn greens" @click="handleDelete(scope.$index)" >删除</div> | |
| 236 | - </template> | |
| 237 | - </el-table-column> | |
| 238 | - </el-table> | |
| 239 | - </div> | |
| 210 | + <div class="zhuti" v-if="ggXin"> | |
| 211 | + <div style="height:58px;line-height:58px;"> | |
| 212 | + <div style="color:#0006"> <span>客服服务管理</span> <span style="padding:0 5px;">></span> <span | |
| 213 | + style="color:#000000e6">{{edit?'新增':'编辑'}}</span></div> | |
| 240 | 214 | </div> |
| 241 | - <el-form ref="form" :model="formInline" label-width="120px"> | |
| 242 | - | |
| 243 | - <el-form-item label="往期活动展示"> | |
| 244 | - <upimg v-model="formInline.previousEvents" :limit="1" :fileSize="1" :isShowTip="false"></upimg> | |
| 245 | - </el-form-item> | |
| 246 | - <el-form-item label="合作类型" prop="cooperationType"> | |
| 247 | - <el-select v-model="formInline.cooperationType" placeholder="请选择" style="width:168px;margin-right: 15px"> | |
| 248 | - <el-option label="品牌推广合作" value="品牌推广合作" /> | |
| 249 | - <el-option label="场地租赁合作" value="场地租赁合作" /> | |
| 250 | - <el-option label="文化旅游合作" value="文化旅游合作" /> | |
| 251 | - <el-option label="健康生活产品合作" value="健康生活产品合作" /> | |
| 252 | - </el-select> | |
| 253 | - </el-form-item> | |
| 254 | - <el-form-item label="联系人" prop="contactPerson"> | |
| 255 | - <el-input placeholder="请输入" v-model="formInline.contactPerson" ></el-input> | |
| 256 | - </el-form-item> | |
| 257 | - <el-form-item label="联系电话" prop="contactPhone"> | |
| 258 | - <el-input placeholder="请输入" v-model="formInline.contactPhone" ></el-input> | |
| 259 | - </el-form-item> | |
| 260 | - <el-form-item label="邮箱" prop="email"> | |
| 261 | - <el-input placeholder="请输入" v-model="formInline.email" ></el-input> | |
| 262 | - </el-form-item> | |
| 263 | - <el-form-item label="封面图片" prop="coverImage"> | |
| 264 | - <upimg v-model="formInline.coverImage" :limit="1" :fileSize="1" :isShowTip="false"></upimg> | |
| 215 | + <div style="margin-top: 30px;"> | |
| 216 | + <div style="padding: 20px 20px 20px 0;"> | |
| 217 | + <el-form ref="AddFromOne" :model="formInline" :rules="rulesOne" label-width="150px"> | |
| 218 | + <el-row :gutter="20"> | |
| 219 | + <el-col :span="12"> | |
| 220 | + <el-form-item label="商务合作标题" prop="title"> | |
| 221 | + <el-input placeholder="请输入" v-model="formInline.title" ></el-input> | |
| 222 | + </el-form-item> | |
| 223 | + </el-col> | |
| 224 | + <el-col :span="12"> | |
| 225 | + <el-form-item label="合作类型" prop="cooperationType"> | |
| 226 | + <el-select v-model="formInline.cooperationType" placeholder="请选择" style="width:100%"> | |
| 227 | + <el-option label="品牌推广合作" value="品牌推广合作" /> | |
| 228 | + <el-option label="场地租赁合作" value="场地租赁合作" /> | |
| 229 | + <el-option label="文化旅游合作" value="文化旅游合作" /> | |
| 230 | + <el-option label="健康生活产品合作" value="健康生活产品合作" /> | |
| 231 | + </el-select> | |
| 232 | + </el-form-item> | |
| 233 | + </el-col> | |
| 234 | + </el-row> | |
| 235 | + <el-row :gutter="20"> | |
| 236 | + <el-col :span="12"> | |
| 237 | + <el-form-item label="联系人" prop="contactPerson"> | |
| 238 | + <el-input placeholder="请输入" v-model="formInline.contactPerson"></el-input> | |
| 239 | + </el-form-item> | |
| 240 | + </el-col> | |
| 241 | + <el-col :span="12"> | |
| 242 | + <el-form-item label="联系电话" prop="contactPhone"> | |
| 243 | + <el-input placeholder="请输入" v-model="formInline.contactPhone"></el-input> | |
| 244 | + </el-form-item> | |
| 245 | + </el-col> | |
| 246 | + </el-row> | |
| 247 | + <el-row :gutter="20"> | |
| 248 | + <el-col :span="12"> | |
| 249 | + <el-form-item label="邮箱" prop="email"> | |
| 250 | + <el-input placeholder="请输入" v-model="formInline.email" ></el-input> | |
| 251 | + </el-form-item> | |
| 252 | + </el-col> | |
| 253 | + | |
| 254 | + </el-row> | |
| 255 | + <el-row :gutter="20"> | |
| 256 | + <el-col :span="24"> | |
| 257 | + <el-form-item label="内容" prop="content"> | |
| 258 | + <wang-editor v-model="formInline.content" ref="editor" :height="200"></wang-editor> | |
| 259 | + </el-form-item> | |
| 260 | + </el-col> | |
| 261 | + </el-row> | |
| 262 | + <el-row :gutter="20"> | |
| 263 | + <el-col :span="24"> | |
| 264 | + <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;"> | |
| 265 | + <div | |
| 266 | + style="padding: 10px 20px;border-bottom: 1px solid #DCDFE6;display: flex;justify-content: space-between;"> | |
| 267 | + <div>场地选择</div> | |
| 268 | + <div style="color: #3F9B6A;margin-left: 10px;" @click="addziyuan = true"> | |
| 269 | + 添加 | |
| 270 | + </div> | |
| 271 | + </div> | |
| 272 | + <div style="padding:20px;"> | |
| 273 | + <el-table :data="addziyuanData.slice((currentPage - 1) * pageSize, currentPage * pageSize)" | |
| 274 | + :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> | |
| 275 | + <el-table-column label="序号" width="80"> | |
| 276 | + <template slot-scope="scope"> | |
| 277 | + {{scope.$index + 1}} | |
| 278 | + </template> | |
| 279 | + </el-table-column> | |
| 280 | + <el-table-column label="场地名称" prop="venueName" width="150"> | |
| 281 | + </el-table-column> | |
| 282 | + <el-table-column label="所属区域" prop="district" min-width="150"> | |
| 283 | + </el-table-column> | |
| 284 | + <el-table-column label="场地类型" prop="venueType" width="150"> | |
| 285 | + </el-table-column> | |
| 286 | + <el-table-column label="详细位置" prop="detailedLocation" min-width="150" show-overflow-tooltip> | |
| 287 | + </el-table-column> | |
| 288 | + <el-table-column label="操作" min-width="150"> | |
| 289 | + <template slot-scope="scope"> | |
| 290 | + <div class="tableBtn greens" @click="handleDelete(scope.$index)" >删除</div> | |
| 291 | + </template> | |
| 292 | + </el-table-column> | |
| 293 | + </el-table> | |
| 294 | + </div> | |
| 295 | + </div> | |
| 296 | + </el-col> | |
| 297 | + </el-row> | |
| 298 | + <el-row :gutter="20"> | |
| 299 | + <el-col :span="24"> | |
| 300 | + <el-form-item label="往期活动展示" prop="previousEvents"> | |
| 301 | + <upimg filePath="serve" :value="formInline.previousEvents" inputtype="previousEvents" :limit="5" | |
| 302 | + @changimg="e=>changimg(e,'previousEvents')"></upimg> | |
| 265 | 303 | </el-form-item> |
| 304 | + </el-col> | |
| 305 | + </el-row> | |
| 306 | + <el-row :gutter="20"> | |
| 307 | + <el-col :span="24"> | |
| 308 | + <el-form-item label="封面图片"> | |
| 309 | + <upimg filePath="serve" :value="formInline.coverImage" inputtype="coverImage" :limit="1" | |
| 310 | + @changimg="e=>changimg(e,'coverImage')"></upimg> | |
| 311 | + </el-form-item> | |
| 312 | + </el-col> | |
| 313 | + </el-row> | |
| 314 | + | |
| 315 | + <el-row :gutter="20"> | |
| 316 | + <el-col :span="12"> | |
| 317 | + <el-form-item> | |
| 318 | + <div style="margin-top: 20px"> | |
| 319 | + <el-button class="buttonHover" | |
| 320 | + style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" @click="closeFn">取消</el-button> | |
| 321 | + <el-button style="background-color: #3F9B6A;color: #fff" @click="addCheck">确 定</el-button> | |
| 322 | + </div> | |
| 323 | + | |
| 324 | + </el-form-item> | |
| 325 | + </el-col> | |
| 326 | + </el-row> | |
| 266 | 327 | |
| 267 | - </el-form> | |
| 268 | - <div style="display: flex;justify-content: flex-end;"> | |
| 269 | - <el-button @click="closeFn(1)" class="buttonHover" | |
| 270 | - style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">返回</el-button> | |
| 271 | - <el-button @click="addCheck(4)" style="background-color: #3F9B6A;color: #fff">确定</el-button> | |
| 328 | + </el-form> | |
| 329 | + </div> | |
| 272 | 330 | </div> |
| 273 | - <!-- 场地选择 --> | |
| 274 | - <el-dialog :visible.sync="addziyuan" custom-class='XDD_css' style="padding: 0;" width="50%" | |
| 331 | + <el-dialog :visible.sync="addziyuan" title="添加" width="70%" | |
| 275 | 332 | append-to-body center :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false"> |
| 276 | - <div style="padding: 10px 13px;font-size: 14px;border-bottom: 1px solid #E5E5E5;display: flex;justify-content: space-between;"> | |
| 277 | - <div>添加</div> | |
| 278 | - </div> | |
| 279 | 333 | <div style="padding: 15px;width:100%"> |
| 280 | - | |
| 281 | 334 | <div style="border: 1px solid #E5E5E5;padding: 1px" id="huodong"> |
| 282 | 335 | <div style="padding: 10px 13px;font-size: 14px;border-bottom: 1px solid #E5E5E5;display: flex;justify-content: space-between;"> |
| 283 | 336 | <div>选择场地</div> |
| ... | ... | @@ -295,17 +348,16 @@ |
| 295 | 348 | {{scope.$index + 1}} |
| 296 | 349 | </template> |
| 297 | 350 | </el-table-column> |
| 298 | - <el-table-column label="编号" prop="id" min-width="22%"> | |
| 351 | + <el-table-column label="场地名称" prop="venueName" min-width="15%"> | |
| 299 | 352 | |
| 300 | - </el-table-column> | |
| 301 | - <el-table-column label="场地名称" prop="venueName" min-width="15%"> | |
| 302 | - | |
| 303 | - </el-table-column> | |
| 304 | - <el-table-column label="场地类型" prop="venueType" min-width="15%"> | |
| 353 | + </el-table-column> | |
| 354 | + <el-table-column label="场地类型" prop="venueType" min-width="15%"> | |
| 305 | 355 | |
| 306 | - </el-table-column> | |
| 307 | - <el-table-column prop="notes" label="对应策略" min-width="15%"> | |
| 308 | - </el-table-column> | |
| 356 | + </el-table-column> | |
| 357 | + <el-table-column label="所属区域" prop="district" min-width="15%"> | |
| 358 | + </el-table-column> | |
| 359 | + <el-table-column label="详细位置" prop="detailedLocation" min-width="20%" show-overflow-tooltip> | |
| 360 | + </el-table-column> | |
| 309 | 361 | </el-table> |
| 310 | 362 | </div> |
| 311 | 363 | </div> |
| ... | ... | @@ -320,8 +372,7 @@ |
| 320 | 372 | |
| 321 | 373 | </div> |
| 322 | 374 | </el-dialog> |
| 323 | - | |
| 324 | - </el-dialog> | |
| 375 | + </div> | |
| 325 | 376 | </div> |
| 326 | 377 | |
| 327 | 378 | |
| ... | ... | @@ -365,33 +416,70 @@ |
| 365 | 416 | contactPerson:'', |
| 366 | 417 | contactPhone:'', |
| 367 | 418 | cooperationType:'', |
| 419 | + email:'', | |
| 420 | + coverImage:'', | |
| 421 | + previousEvents:'', | |
| 422 | + status:'2' | |
| 368 | 423 | }, |
| 369 | 424 | plan_Time:[], |
| 370 | 425 | followUpTime:[], |
| 371 | 426 | tableData: [], |
| 372 | 427 | secondData: {}, |
| 373 | - formSel: { | |
| 374 | - title:'', | |
| 375 | - venue:'', | |
| 376 | - contactPerson:'', | |
| 377 | - contactPhone:'', | |
| 378 | - cooperationType:'', | |
| 379 | - }, | |
| 380 | 428 | pageindex: { |
| 381 | - pageNumber: 1, | |
| 429 | + title:'', | |
| 430 | + venue:'', | |
| 431 | + contactPerson:'', | |
| 432 | + contactPhone:'', | |
| 433 | + cooperationType:'', | |
| 434 | + pageNumber: 0, | |
| 382 | 435 | pageSize: 10, |
| 383 | 436 | }, |
| 384 | 437 | bianjiBox: 1, |
| 385 | - chengeTatle: 1, | |
| 386 | - zhong: {}, | |
| 438 | + | |
| 387 | 439 | edit: true, //编辑切换 |
| 388 | - xiangTabs:'first', | |
| 389 | 440 | addkehu:false, |
| 390 | 441 | addziyuan:false, |
| 391 | 442 | ziyuanData:[],//资源 |
| 392 | 443 | addziyuanData:[], |
| 393 | 444 | multipleSelection:[], |
| 394 | 445 | xiangData:{},//详情 |
| 446 | + rulesOne: { | |
| 447 | + title: [{ | |
| 448 | + required: true, | |
| 449 | + message: '请输入商务合作标题', | |
| 450 | + trigger: 'blur' | |
| 451 | + }, ], | |
| 452 | + content: [{ | |
| 453 | + required: true, | |
| 454 | + message: '请输入内容', | |
| 455 | + trigger: 'blur' | |
| 456 | + }], | |
| 457 | + cooperationType: [{ | |
| 458 | + required: true, | |
| 459 | + message: '请选择合作类型', | |
| 460 | + trigger: 'change' | |
| 461 | + }], | |
| 462 | + contactPerson: [{ | |
| 463 | + required: true, | |
| 464 | + message: '请输入联系人', | |
| 465 | + trigger: 'blur' | |
| 466 | + }], | |
| 467 | + contactPhone: [{ | |
| 468 | + required: true, | |
| 469 | + message: '请输入联系电话', | |
| 470 | + trigger: 'blur' | |
| 471 | + }], | |
| 472 | + email: [{ | |
| 473 | + required: true, | |
| 474 | + message: '请输入邮箱', | |
| 475 | + trigger: 'blur' | |
| 476 | + }], | |
| 477 | + previousEvents: [{ | |
| 478 | + required: true, | |
| 479 | + message: '请上传往期活动图片', | |
| 480 | + trigger: 'change' | |
| 481 | + }, ], | |
| 482 | + }, | |
| 395 | 483 | } |
| 396 | 484 | }, |
| 397 | 485 | created() { |
| ... | ... | @@ -401,15 +489,24 @@ |
| 401 | 489 | |
| 402 | 490 | }, |
| 403 | 491 | methods: { |
| 404 | - chenge(val) { | |
| 405 | - this.formSel = { | |
| 406 | - affiliation: '', | |
| 407 | - createUser: '', | |
| 408 | - createDate: '', | |
| 409 | - contacts: '' | |
| 492 | + changimg(e, type) { | |
| 493 | + this.formInline[type] = e | |
| 494 | + | |
| 495 | + }, | |
| 496 | + addOpen(){ | |
| 497 | + this.formInline = { | |
| 498 | + title:'', | |
| 499 | + venue:'', | |
| 500 | + contactPerson:'', | |
| 501 | + contactPhone:'', | |
| 502 | + cooperationType:'', | |
| 503 | + email:'', | |
| 504 | + coverImage:'', | |
| 505 | + previousEvents:'', | |
| 506 | + status:'2' | |
| 410 | 507 | } |
| 411 | - this.leixing = !this.leixing | |
| 412 | - this.chengeTatle = val | |
| 508 | + this.addziyuanData = [] | |
| 509 | + this.ggXin = true | |
| 413 | 510 | }, |
| 414 | 511 | async getAll() { |
| 415 | 512 | const res = await MerGetAll(this.pageindex) |
| ... | ... | @@ -420,24 +517,43 @@ |
| 420 | 517 | }, |
| 421 | 518 | |
| 422 | 519 | // 新增确定按钮 |
| 423 | - async addCheck(val) { | |
| 520 | + addCheck(val) { | |
| 424 | 521 | if(this.addziyuanData.length !=0){ |
| 425 | 522 | this.formInline.venue = this.addziyuanData.map(item => item.id).join(','); |
| 523 | + }else{ | |
| 524 | + this.formInline.venue ='' | |
| 426 | 525 | } |
| 427 | - this.formInline.status = '2' | |
| 428 | - await MerAdd(this.formInline) | |
| 429 | - this.ggXin = false | |
| 430 | - this.formInline = { | |
| 431 | - title:'', | |
| 432 | - venue:'', | |
| 433 | - contactPerson:'', | |
| 434 | - contactPhone:'', | |
| 435 | - cooperationType:'', | |
| 526 | + if(this.formInline.content == '<p> </p>' || this.formInline.content == '<p><br></p>'){ | |
| 527 | + this.$message({ | |
| 528 | + message: '请填写完整信息', | |
| 529 | + type: 'error' | |
| 530 | + }) | |
| 531 | + return | |
| 436 | 532 | } |
| 533 | + this.$refs.AddFromOne.validate((valid) => { | |
| 534 | + if (valid) { | |
| 535 | + this.formInline.createdAt = this.currentTime() | |
| 536 | + if(this.edit){ | |
| 537 | + MerAdd(this.formInline).then(res=>{ | |
| 538 | + this.ggXin = false | |
| 539 | + this.addziyuanData = [] | |
| 540 | + this.getAll() | |
| 541 | + }) | |
| 542 | + }else{ | |
| 543 | + MerEdit(this.formInline).then(res=>{ | |
| 544 | + this.ggXin = false | |
| 545 | + this.addziyuanData = [] | |
| 546 | + this.getAll() | |
| 547 | + }) | |
| 548 | + } | |
| 549 | + }else { | |
| 550 | + this.$message({ | |
| 551 | + message: '请填写完整信息', | |
| 552 | + type: 'error' | |
| 553 | + }) | |
| 437 | 554 | |
| 438 | - this.plan_Time =[] | |
| 439 | - this.addziyuanData =[] | |
| 440 | - this.getAll() | |
| 555 | + } | |
| 556 | + }) | |
| 441 | 557 | }, |
| 442 | 558 | // 获取时间 |
| 443 | 559 | currentTime() { |
| ... | ... | @@ -458,6 +574,26 @@ |
| 458 | 574 | details(item) { |
| 459 | 575 | this.edit = true |
| 460 | 576 | this.xiangData = item |
| 577 | + | |
| 578 | + if (typeof item.previousEvents === 'string') { | |
| 579 | + this.xiangData.previousEvents = item.previousEvents.split(','); | |
| 580 | +} | |
| 581 | + let ids = [] | |
| 582 | + ids = item.venue.split(',') | |
| 583 | + ids.map(res => { | |
| 584 | + changAlls({ | |
| 585 | + id: res, | |
| 586 | + pageNumber: 1, | |
| 587 | + pageSize: 10, | |
| 588 | + }).then(item => { | |
| 589 | + | |
| 590 | + item.data.content.map(ids => { | |
| 591 | + this.addziyuanData.push(ids) | |
| 592 | + }) | |
| 593 | + | |
| 594 | + }) | |
| 595 | + }) | |
| 596 | + | |
| 461 | 597 | this.detbox = true |
| 462 | 598 | }, |
| 463 | 599 | async addbuss() { |
| ... | ... | @@ -475,50 +611,50 @@ |
| 475 | 611 | }, |
| 476 | 612 | |
| 477 | 613 | closeFn(val) { |
| 478 | - this.plan_Time =[] | |
| 479 | 614 | this.addziyuanData =[] |
| 480 | - | |
| 481 | - this.bianjiBox = 1 | |
| 482 | - if (val == 1) { | |
| 483 | - this.ggXin = false | |
| 484 | - } else { | |
| 485 | - this.detbox = false | |
| 486 | - } | |
| 615 | + this.ggXin = false | |
| 487 | 616 | }, |
| 488 | 617 | //查看合同 |
| 489 | 618 | lookHetong(val) { |
| 490 | 619 | this.hetongBox = true |
| 491 | 620 | }, |
| 492 | 621 | // 查询按钮 |
| 493 | - async onSubmit() { | |
| 494 | - this.formSel.pageNumber = 1 | |
| 495 | - this.formSel.pageSize = 10 | |
| 496 | - const res = await MerGetAll(this.formSel) | |
| 497 | - this.tableData = res.data.content | |
| 498 | - this.total = res.data.content.length | |
| 499 | - this.formSel = { | |
| 500 | - title:'', | |
| 501 | - venue:'', | |
| 502 | - contactPerson:'', | |
| 503 | - contactPhone:'', | |
| 504 | - cooperationType:'', | |
| 505 | - } | |
| 622 | + onSubmit() { | |
| 623 | + this.getAll() | |
| 506 | 624 | }, |
| 507 | 625 | //重置按钮 |
| 508 | 626 | resetting() { |
| 509 | - this.formSel = { | |
| 510 | - title:'', | |
| 511 | - venue:'', | |
| 512 | - contactPerson:'', | |
| 513 | - contactPhone:'', | |
| 514 | - cooperationType:'', | |
| 515 | - }, | |
| 516 | - this.getAll() | |
| 627 | + this.pageindex={ | |
| 628 | + title:'', | |
| 629 | + venue:'', | |
| 630 | + contactPerson:'', | |
| 631 | + contactPhone:'', | |
| 632 | + cooperationType:'', | |
| 633 | + pageNumber: 0, | |
| 634 | + pageSize: 10, | |
| 635 | + } | |
| 636 | + this.getAll() | |
| 517 | 637 | }, |
| 518 | 638 | zhongzhi(item){ |
| 519 | - this.edit = false | |
| 520 | - this.xiangData = item | |
| 521 | - this.detbox = true | |
| 639 | + this.edit = false | |
| 640 | + this.formInline = item | |
| 641 | + this.addziyuanData =[] | |
| 642 | + let ids = [] | |
| 643 | + ids = item.venue.split(',') | |
| 644 | + ids.map(res => { | |
| 645 | + changAlls({ | |
| 646 | + id: res, | |
| 647 | + pageNumber: 1, | |
| 648 | + pageSize: 10, | |
| 649 | + }).then(item => { | |
| 650 | + | |
| 651 | + item.data.content.map(ids => { | |
| 652 | + this.addziyuanData.push(ids) | |
| 653 | + }) | |
| 654 | + | |
| 655 | + }) | |
| 656 | + }) | |
| 657 | + this.ggXin = true | |
| 522 | 658 | |
| 523 | 659 | }, |
| 524 | 660 | minSev() { |
| ... | ... | @@ -606,9 +742,7 @@ |
| 606 | 742 | color: #3F9B6A; |
| 607 | 743 | } |
| 608 | 744 | |
| 609 | - /deep/ .el-form-item__content { | |
| 610 | - line-height: 0; | |
| 611 | - } | |
| 745 | + | |
| 612 | 746 | |
| 613 | 747 | .tableBtn { |
| 614 | 748 | display: inline-block; |
| ... | ... | @@ -692,9 +826,7 @@ |
| 692 | 826 | height: 50px; |
| 693 | 827 | } |
| 694 | 828 | |
| 695 | - /deep/ .el-form--label-top .el-form-item__label { | |
| 696 | - padding: 0; | |
| 697 | - } | |
| 829 | + | |
| 698 | 830 | |
| 699 | 831 | ::v-deep .el-form-item { |
| 700 | 832 | margin-bottom: 16px; | ... | ... |
admin-web-master/src/views/serve/PerWorkstation/index.vue
| ... | ... | @@ -149,16 +149,18 @@ |
| 149 | 149 | 新增 |
| 150 | 150 | </div> |
| 151 | 151 | <div style="padding: 0 20px 20px 20px"> |
| 152 | - <el-form ref="ruleForm" :model="ruleForm" label-width="100px"> | |
| 153 | - <el-form-item label="标题"> | |
| 152 | + <el-form :model="ruleForm" ref="AddFromOne" | |
| 153 | +:rules="rulesOne" label-width="100px"> | |
| 154 | + <el-form-item label="标题" prop="title"> | |
| 154 | 155 | <el-input v-model="ruleForm.title" placeholder="请输入" /> |
| 155 | 156 | </el-form-item> |
| 156 | - <el-form-item label="接收商家"> | |
| 157 | - <el-select v-model="ruleForm.receiverMerchant" placeholder="请选择" style="width: 80%;"> | |
| 158 | - <el-option label="电商商家" value="电商商家" /> | |
| 157 | + <el-form-item label="接收商家" prop="receiverMerchant"> | |
| 158 | + <el-select v-model="ruleForm.receiverMerchant" placeholder="请选择" style="width: 100%;"> | |
| 159 | + <el-option label="小程序商家" value="小程序商家" /> | |
| 160 | + | |
| 159 | 161 | </el-select> |
| 160 | 162 | </el-form-item> |
| 161 | - <el-form-item label="发布类型"> | |
| 163 | + <el-form-item label="发布类型" prop="postType"> | |
| 162 | 164 | <el-radio-group v-model="ruleForm.postType" @input="radioClick"> |
| 163 | 165 | <el-radio label="立即发布" value="立即发布">立即发布</el-radio> |
| 164 | 166 | <!-- <el-radio label="定时发布" value="定时发布">定时发布</el-radio> --> |
| ... | ... | @@ -170,7 +172,7 @@ |
| 170 | 172 | </el-date-picker> |
| 171 | 173 | </div> |
| 172 | 174 | </el-form-item> |
| 173 | - <el-form-item label="内容"> | |
| 175 | + <el-form-item label="内容" prop="content"> | |
| 174 | 176 | <div> |
| 175 | 177 | <el-input |
| 176 | 178 | type="textarea" |
| ... | ... | @@ -185,7 +187,7 @@ |
| 185 | 187 | <span slot="footer" class="dialog-footer"> |
| 186 | 188 | <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" |
| 187 | 189 | @click="closeFn(2)">取 消</el-button> |
| 188 | - <el-button style="background-color: #3F9B6A;color: #fff;padding:8px 15px;" @click="addCheck('ruleForm')">确 | |
| 190 | + <el-button style="background-color: #3F9B6A;color: #fff;padding:8px 15px;" @click="addCheck">确 | |
| 189 | 191 | 定</el-button> |
| 190 | 192 | </span> |
| 191 | 193 | </el-dialog> |
| ... | ... | @@ -248,6 +250,23 @@ |
| 248 | 250 | }, |
| 249 | 251 | fabutype:'1', |
| 250 | 252 | xian:1, |
| 253 | + rulesOne: { | |
| 254 | + title: [{ | |
| 255 | + required: true, | |
| 256 | + message: '请输入通知标题', | |
| 257 | + trigger: 'blur' | |
| 258 | + }, ], | |
| 259 | + receiverMerchant: [{ | |
| 260 | + required: true, | |
| 261 | + message: '请选择接收商家', | |
| 262 | + trigger: 'change' | |
| 263 | + }, ], | |
| 264 | + content: [{ | |
| 265 | + required: true, | |
| 266 | + message: '请输入通知消息', | |
| 267 | + trigger: 'blur' | |
| 268 | + }, ], | |
| 269 | + }, | |
| 251 | 270 | } |
| 252 | 271 | }, |
| 253 | 272 | |
| ... | ... | @@ -334,14 +353,28 @@ |
| 334 | 353 | }, |
| 335 | 354 | // 新增确定 |
| 336 | 355 | async addCheck() { |
| 356 | + | |
| 337 | 357 | this.ruleForm.publishTime = this.updateCurrentTime() |
| 338 | 358 | this.ruleForm.createdAt = this.updateCurrentTime() |
| 339 | 359 | // if(this.ruleForm.postType == '立即发布'){ |
| 340 | 360 | // this.ruleForm.publishTime = '' |
| 341 | 361 | // } |
| 342 | - const res = await ManaAdd(this.ruleForm) | |
| 343 | - this.getAll(); | |
| 344 | - this.ggXin = false; | |
| 362 | + this.$refs.AddFromOne.validate((valid) => { | |
| 363 | + if (valid) { | |
| 364 | + ManaAdd(this.ruleForm).then(res=>{ | |
| 365 | + this.getAll(); | |
| 366 | + this.ggXin = false; | |
| 367 | + }) | |
| 368 | + | |
| 369 | + }else{ | |
| 370 | + this.$message({ | |
| 371 | + message: '请填写完整信息', | |
| 372 | + type: 'error' | |
| 373 | + }) | |
| 374 | + | |
| 375 | + } | |
| 376 | + }) | |
| 377 | + | |
| 345 | 378 | }, |
| 346 | 379 | handleCurrentChange(val) { |
| 347 | 380 | this.currentPage = val; | ... | ... |
admin-web-master/src/views/serve/procedure.vue
| ... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 | <el-table-column label="操作" width="auto" min-width="17%"> |
| 59 | 59 | <template slot-scope="scope"> |
| 60 | 60 | <div class="tableBtn greens" @click="handleEditForm(scope.row)"> |
| 61 | - 详情 | |
| 61 | + 查看 | |
| 62 | 62 | </div> |
| 63 | 63 | <div class="tableBtn greens" @click="bianjilist(scope.row)"> |
| 64 | 64 | 编辑 |
| ... | ... | @@ -92,7 +92,7 @@ |
| 92 | 92 | line-height: 42px; |
| 93 | 93 | " |
| 94 | 94 | > |
| 95 | - 详情 | |
| 95 | + 查看 | |
| 96 | 96 | </div> |
| 97 | 97 | <div style="padding: 0 20px"> |
| 98 | 98 | <div |
| ... | ... | @@ -216,7 +216,7 @@ |
| 216 | 216 | font-size: 14px; |
| 217 | 217 | " |
| 218 | 218 | > |
| 219 | - <div style="border: 1px solid #ccc"> | |
| 219 | + <div> | |
| 220 | 220 | <div style="padding:20px;" v-if="edit" v-html="secondData.announcementContent"></div> |
| 221 | 221 | <wang-editor v-model="secondData.announcementContent" ref="editor" v-else></wang-editor> |
| 222 | 222 | </div> |
| ... | ... | @@ -293,7 +293,7 @@ |
| 293 | 293 | /> |
| 294 | 294 | </el-form-item> |
| 295 | 295 | <el-form-item label="信息类型" prop="informationType"> |
| 296 | - <el-select v-model="ruleForm.informationType" placeholder="请选择" style="width: 168px;"> | |
| 296 | + <el-select v-model="ruleForm.informationType" placeholder="请选择" style="width:100%;"> | |
| 297 | 297 | <el-option label="通知" value="通知" /> |
| 298 | 298 | <el-option label="热点租赁信息" value="热点租赁信息" /> |
| 299 | 299 | <el-option label="广告信息" value="广告信息" /> | ... | ... |
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://jy.scjysm.asia:18086/mefile/file/static/images/alipay.png" | |
| 27 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/huabei.png" | |
| 42 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/wechat_pay.png', | |
| 98 | + icon: 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/alipay.png', | |
| 105 | + icon: 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/huabei.png', | |
| 112 | + icon: 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png' | |
| 43 | + default:()=>'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/combinationIcon.png" alt="组合销售" mode="widthFix"></image> | |
| 6 | + <image class="title-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrow-suk-select.png") no-repeat right center / 60upx 60upx; | |
| 437 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png" mode="widthFix" /> | |
| 62 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//search.png" | |
| 10 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png"> | |
| 20 | + <img class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png"></image> | |
| 29 | + <image class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png"> | |
| 109 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png"> | |
| 125 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" /> | |
| 189 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" /> | |
| 205 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/zhekou.png" /> | |
| 206 | 206 | <!-- #endif --> |
| 207 | 207 | <div class="price"> |
| 208 | 208 | ¥ {{ item.price }} | ... | ... |
ceres-uniapp-master/components/goodsDetalils/coupon-popup.vue
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | <view v-show="activeTypeFlag === 1"> |
| 20 | 20 | <view class="couponShow"> |
| 21 | 21 | <view class="title-box"> |
| 22 | - <image class="close-btn" @click="onActivityClose" src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"></image> | |
| 22 | + <image class="close-btn" @click="onActivityClose" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 49 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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 === 0"> |
| 56 | 56 | <view class="couponShow"> |
| 57 | 57 | <view class="title-box"> |
| 58 | - <image class="close-btn" @click="onActivityClose" src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"></image> | |
| 58 | + <image class="close-btn" @click="onActivityClose" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 84 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/success_tu.png"></image> | |
| 92 | + <image class="success-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/success_tu.png"></image> | |
| 93 | 93 | <view class="text">领取成功</view> |
| 94 | 94 | </view> |
| 95 | 95 | </view> |
| ... | ... | @@ -309,7 +309,7 @@ export default { |
| 309 | 309 | .item { |
| 310 | 310 | width: 50%; |
| 311 | 311 | height: 291rpx; |
| 312 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon.png") no-repeat center top; | |
| 312 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/couponsIcon.png") no-repeat center top; | |
| 313 | 313 | border-radius: 10rpx; |
| 314 | 314 | margin-top: 20rpx; |
| 315 | 315 | display: flex; |
| ... | ... | @@ -320,7 +320,7 @@ export default { |
| 320 | 320 | margin-bottom: 30rpx; |
| 321 | 321 | } |
| 322 | 322 | .received { |
| 323 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon1.png") no-repeat center top; | |
| 323 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/couponsIcon1.png") no-repeat center top; | |
| 324 | 324 | background-size: contain; |
| 325 | 325 | .discoun { |
| 326 | 326 | 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://jy.scjysm.asia:18086/mefile/file/static/images/evaluateIcon.png"></image> | |
| 4 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/evaluateIcon.png"></image> | |
| 5 | 5 | <text>热门推荐</text> |
| 6 | 6 | </view> |
| 7 | 7 | <view class="recommendList"> | ... | ... |
ceres-uniapp-master/pages/tabbar/cart/index.vue
| ... | ... | @@ -53,14 +53,14 @@ |
| 53 | 53 | <image |
| 54 | 54 | mode="aspectFill u-skeleton-fillet" |
| 55 | 55 | v-if="item.selected === 1" |
| 56 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/selectActive.png" | |
| 56 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/selectActive.png" | |
| 57 | 57 | class="cart-select-img" |
| 58 | 58 | @click.stop="handleSelectShop(index,0)" |
| 59 | 59 | ></image> |
| 60 | 60 | <image |
| 61 | 61 | mode="aspectFill u-skeleton-fillet" |
| 62 | 62 | v-else |
| 63 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/selectEmpty.png" | |
| 63 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/selectEmpty.png" | |
| 64 | 64 | class="cart-select-img" |
| 65 | 65 | @click.stop="handleSelectShop(index,1)" |
| 66 | 66 | ></image> |
| ... | ... | @@ -69,12 +69,12 @@ |
| 69 | 69 | @click="$jump(`${jumpObj.store}?storeId=${item.shopId}`)" |
| 70 | 70 | > |
| 71 | 71 | <image |
| 72 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/orderStoreIcon.png" | |
| 72 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/orderStoreIcon.png" | |
| 73 | 73 | class="shop-img" |
| 74 | 74 | ></image> |
| 75 | 75 | <text class="shop-name">{{ item.shopName }}</text> |
| 76 | 76 | <image |
| 77 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/arrowRight.png" | |
| 77 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/arrowRight.png" | |
| 78 | 78 | class="arrow-right-img" |
| 79 | 79 | ></image> |
| 80 | 80 | </view> |
| ... | ... | @@ -85,7 +85,7 @@ |
| 85 | 85 | > |
| 86 | 86 | <image |
| 87 | 87 | class="mar-right-20" |
| 88 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/zuheIcon.png" | |
| 88 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/zuheIcon.png" | |
| 89 | 89 | ></image> |
| 90 | 90 | <view class="fs24 font-color-C83732"> |
| 91 | 91 | 已满足【{{ item.currentRules.price }}元任选{{ item.currentRules.number }}件】! |
| ... | ... | @@ -102,14 +102,14 @@ |
| 102 | 102 | <image |
| 103 | 103 | mode="aspectFill u-skeleton-fillet" |
| 104 | 104 | v-if="skuItem.selected == 1" |
| 105 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/selectActive.png" | |
| 105 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/selectActive.png" | |
| 106 | 106 | @click.stop="handleSelectSku(index,cIndex,0)" |
| 107 | 107 | class="cart-select-img" |
| 108 | 108 | ></image> |
| 109 | 109 | <image |
| 110 | 110 | mode="aspectFill u-skeleton-fillet" |
| 111 | 111 | v-else |
| 112 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/selectEmpty.png" | |
| 112 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/selectEmpty.png" | |
| 113 | 113 | @click.stop="handleSelectSku(index,cIndex,1)" |
| 114 | 114 | class="cart-select-img" |
| 115 | 115 | ></image> |
| ... | ... | @@ -163,14 +163,14 @@ |
| 163 | 163 | <image |
| 164 | 164 | mode="aspectFill" |
| 165 | 165 | v-if="settleAccountsObj.isAllCheck" |
| 166 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/selectActive.png" | |
| 166 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/selectActive.png" | |
| 167 | 167 | class="cart-select-img" |
| 168 | 168 | @click="handleSelectAll(0)" |
| 169 | 169 | ></image> |
| 170 | 170 | <image |
| 171 | 171 | mode="aspectFill" |
| 172 | 172 | v-else |
| 173 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/selectEmpty.png" | |
| 173 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/selectEmpty.png" | |
| 174 | 174 | class="cart-select-img" |
| 175 | 175 | @click="handleSelectAll(1)" |
| 176 | 176 | ></image> |
| ... | ... | @@ -211,7 +211,7 @@ |
| 211 | 211 | > |
| 212 | 212 | <image |
| 213 | 213 | class="emptyCart-img" |
| 214 | - src="https://jy.scjysm.asia:18086/mefile/file/static/shouyetu/cartEmpty.png" | |
| 214 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/shouyetu/cartEmpty.png" | |
| 215 | 215 | ></image> |
| 216 | 216 | <label class="font-color-999 fs26 mar-top-30">你的购物车还没有宝贝哦</label> |
| 217 | 217 | <label class="font-color-999 fs26 mar-top-10">快去首页选一个吧~</label> | ... | ... |
ceres-uniapp-master/pages/tabbar/category/index.vue
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <view style="background-color: #fff;"> |
| 6 | 6 | <view class="flex-items-plus flex-row mar-top-20"> |
| 7 | 7 | <view class="searchImg-box flex-items-plus"> |
| 8 | - <image class="searchImg" src="https://jy.scjysm.asia:18086/mefile/file/static/img//searchImg.png"></image> | |
| 8 | + <image class="searchImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//searchImg.png"></image> | |
| 9 | 9 | <input class="search-box" v-model="keyWord" placeholder-class="searchboxPlace" |
| 10 | 10 | placeholder="请输入您想要的宝贝" /> |
| 11 | 11 | |
| ... | ... | @@ -44,10 +44,10 @@ |
| 44 | 44 | <view v-for="(item,val) in slist" :key="item.classifyId" class="s-list" > |
| 45 | 45 | <view class="classBox flex-items-plus" > |
| 46 | 46 | <!-- v-if="item.childs.length>0" --> |
| 47 | - <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/classRight.png"> | |
| 47 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/classRight.png"> | |
| 48 | 48 | </image> |
| 49 | 49 | <text class="s-item">{{item.classifyName}}</text> |
| 50 | - <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/classLeft.png"> | |
| 50 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/classLeft.png"> | |
| 51 | 51 | </image> |
| 52 | 52 | </view> |
| 53 | 53 | |
| ... | ... | @@ -78,7 +78,7 @@ |
| 78 | 78 | </view> |
| 79 | 79 | </scroll-view> |
| 80 | 80 | <view v-if="ifEmpty" class="emptyOrder-box flex-items-plus flex-column"> |
| 81 | - <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 81 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 82 | 82 | <label class="font-color-999 fs26 mar-top-30">该分类没有商品~</label> |
| 83 | 83 | </view> |
| 84 | 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://jy.scjysm.asia:18086/mefile/file/static/images/searchImg.png" | |
| 33 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//search.png" | |
| 55 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png" | |
| 80 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//reachBottom.png" | |
| 81 | 81 | mode="widthFix"> |
| 82 | 82 | </image> |
| 83 | 83 | <text class="reach-text">这里到底了哦~~</text> | ... | ... |
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://jy.scjysm.asia:18086/mefile/file/static/img//user/fenxiao.png', | |
| 62 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/kaquan.png', | |
| 86 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/myQuestionIcon.png', | |
| 102 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/shouhou.png', | |
| 109 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/VIP.png', | |
| 115 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/kaquan.png', | |
| 121 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/myIntegral.png', | |
| 127 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/signIcon.png', | |
| 133 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/service.png', | |
| 139 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/account.png', | |
| 145 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/kaquan.png', | |
| 151 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/fenxiao.png', | |
| 156 | + icon:'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/morentouxiang.png" mode="widthFix"></image> | |
| 15 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/back.png"></image> | |
| 20 | + <image class="user-info-right" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/morentouxiang.png" | |
| 32 | + <image class="user-image" v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/morentouxiang.png" | |
| 33 | 33 | mode="widthFix"> |
| 34 | 34 | </image> |
| 35 | 35 | <view class="user-info"> | ... | ... |
ceres-uniapp-master/pages_category_page1/coupon/22.vue
| ... | ... | @@ -36,7 +36,7 @@ |
| 36 | 36 | </view> |
| 37 | 37 | <!-- 触底 --> |
| 38 | 38 | <view class="reachBottom" v-if="topLeft > 400 && couponList.length>0"> |
| 39 | - <image class="reach-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png" | |
| 39 | + <image class="reach-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//reachBottom.png" | |
| 40 | 40 | mode="widthFix"></image> |
| 41 | 41 | <text class="reach-text">这里到底了哦~~</text> |
| 42 | 42 | </view> |
| ... | ... | @@ -156,7 +156,7 @@ |
| 156 | 156 | margin-top: 40rpx; |
| 157 | 157 | padding: 25rpx 35rpx; |
| 158 | 158 | overflow: hidden; |
| 159 | - background-image: url("https://jy.scjysm.asia:18086/mefile/file/static/images/borderIcon.png"); | |
| 159 | + background-image: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/borderIcon.png"); | |
| 160 | 160 | background-repeat: no-repeat; |
| 161 | 161 | background-size: contain; |
| 162 | 162 | background-position: right top; | ... | ... |
ceres-uniapp-master/pages_category_page1/coupon/list.vue
| ... | ... | @@ -70,7 +70,7 @@ |
| 70 | 70 | |
| 71 | 71 | <!-- 触底 --> |
| 72 | 72 | <view class="reachBottom" v-if="topLeft > 400 && couponList.length>0"> |
| 73 | - <image class="reach-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png" | |
| 73 | + <image class="reach-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//reachBottom.png" | |
| 74 | 74 | mode="widthFix"></image> |
| 75 | 75 | <text class="reach-text">这里到底了哦~~</text> |
| 76 | 76 | </view> |
| ... | ... | @@ -253,7 +253,7 @@ |
| 253 | 253 | margin-top: 40rpx; |
| 254 | 254 | padding: 25rpx 35rpx; |
| 255 | 255 | overflow: hidden; |
| 256 | - background-image: url("https://jy.scjysm.asia:18086/mefile/file/static/images/borderIcon.png"); | |
| 256 | + background-image: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/borderIcon.png"); | |
| 257 | 257 | background-repeat: no-repeat; |
| 258 | 258 | background-size: contain; |
| 259 | 259 | 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://jy.scjysm.asia:18086/mefile/file/static/images/counponTitIcon.png"></image> | |
| 7 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 26 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -52,7 +52,7 @@ |
| 52 | 52 | <view class="price"> |
| 53 | 53 | <view class="currentPrice flex-row-plus flex-items-plus font-color-FF7800"> |
| 54 | 54 | <view class="iconBox"> |
| 55 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"></image> | |
| 55 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png"></image> | |
| 56 | 56 | </view> |
| 57 | 57 | <view class="flex-row-plus flex-items priceInfo"> |
| 58 | 58 | <label class="fs24">¥</label> |
| ... | ... | @@ -309,7 +309,7 @@ page { |
| 309 | 309 | .discountBg { |
| 310 | 310 | width: 100%; |
| 311 | 311 | height: 480rpx; |
| 312 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discount.png") no-repeat left top; | |
| 312 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discount.png") no-repeat left top; | |
| 313 | 313 | background-size: contain; |
| 314 | 314 | position: relative; |
| 315 | 315 | .discountInfoBox { |
| ... | ... | @@ -321,7 +321,7 @@ page { |
| 321 | 321 | height: 99rpx; |
| 322 | 322 | line-height: 99rpx; |
| 323 | 323 | text-align: center; |
| 324 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discountText.png") no-repeat center center; | |
| 324 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountText.png") no-repeat center center; | |
| 325 | 325 | font-size: 28rpx; |
| 326 | 326 | color: #FFFFFF; |
| 327 | 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://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyLogo.png"></image> | |
| 6 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/groupBuyLogo.png"></image> | |
| 7 | 7 | </view> |
| 8 | 8 | <view |
| 9 | 9 | class="countdown" |
| ... | ... | @@ -100,7 +100,7 @@ |
| 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://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png"></image> | |
| 103 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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> |
| ... | ... | @@ -145,7 +145,7 @@ |
| 145 | 145 | > |
| 146 | 146 | <image |
| 147 | 147 | class="emptyOrder-img" |
| 148 | - src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png" | |
| 148 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -50,7 +50,7 @@ |
| 50 | 50 | <view class="price"> |
| 51 | 51 | <view class="currentPrice flex-row-plus flex-items-plus font-color-FF7800"> |
| 52 | 52 | <view class="iconBox"> |
| 53 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"></image> | |
| 53 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png"></image> | |
| 54 | 54 | </view> |
| 55 | 55 | <view class="flex-row-plus flex-items priceInfo"> |
| 56 | 56 | <label class="fs24">¥</label> |
| ... | ... | @@ -67,7 +67,7 @@ |
| 67 | 67 | </view> |
| 68 | 68 | </view> |
| 69 | 69 | <view v-if="ifEmpty" class="emptyOrder-box flex-items-plus flex-column"> |
| 70 | - <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 70 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 71 | 71 | <label class="font-color-999 fs26 mar-top-30">暂无活动商品~</label> |
| 72 | 72 | </view> |
| 73 | 73 | </view> |
| ... | ... | @@ -315,7 +315,7 @@ page { |
| 315 | 315 | .discountBg { |
| 316 | 316 | width: 100%; |
| 317 | 317 | height: 480rpx; |
| 318 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discount.png") no-repeat left top; | |
| 318 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discount.png") no-repeat left top; | |
| 319 | 319 | background-size: contain; |
| 320 | 320 | position: relative; |
| 321 | 321 | .discountInfoBox { |
| ... | ... | @@ -327,7 +327,7 @@ page { |
| 327 | 327 | height: 99rpx; |
| 328 | 328 | line-height: 91rpx; |
| 329 | 329 | text-align: center; |
| 330 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/discountText.png") no-repeat center center; | |
| 330 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountText.png") no-repeat center center; | |
| 331 | 331 | font-size: 28rpx; |
| 332 | 332 | color: #FFFFFF; |
| 333 | 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://jy.scjysm.asia:18086/mefile/file/static/images/spikelLogo.png"></image> | |
| 7 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"></image> | |
| 64 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://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> | |
| 16 | + <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/5533f3baf2184f86b5ef88ed6c400713_arrowDownIcon.png"></image> | |
| 17 | + <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/collectEmpty.png"></image> | |
| 34 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png" | |
| 45 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi" mode=""></image> | |
| 8 | + <image @click="showcos" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//guanbi.png" class="guanbi" mode=""></image> | |
| 9 | 9 | </view> |
| 10 | 10 | <!-- 内容 --> |
| 11 | 11 | <view> |
| 12 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image> | |
| 12 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image> | |
| 13 | 13 | </view> |
| 14 | 14 | <view style="padding: 30rpx;"> |
| 15 | 15 | <!-- 个人信息 --> |
| ... | ... | @@ -49,7 +49,7 @@ |
| 49 | 49 | <button open-type="share" > |
| 50 | 50 | <view @click="WXfenx" style="flex: 1;text-align: center;display: flex;"> |
| 51 | 51 | <view style="margin-left: 120rpx;"> |
| 52 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//weixin2x.png" mode=""></image> | |
| 52 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//weixin2x.png" mode=""></image> | |
| 53 | 53 | </view> |
| 54 | 54 | <view style="margin-left: 10rpx;font-size: 28rpx;color: #333333">分享到微信</view> |
| 55 | 55 | </view> |
| ... | ... | @@ -63,7 +63,7 @@ |
| 63 | 63 | <!-- </view>--> |
| 64 | 64 | <view class="linkBtnBox" @click="FZlianj"> |
| 65 | 65 | <view class="linkBox"> |
| 66 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//lianjie.png" mode=""></image> | |
| 66 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//lianjie.png" mode=""></image> | |
| 67 | 67 | </view> |
| 68 | 68 | <view style="margin-left: 10rpx;"> |
| 69 | 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://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi" mode=""></image> | |
| 7 | + <image @click="showcos" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//guanbi.png" class="guanbi" mode=""></image> | |
| 8 | 8 | <!-- 内容 --> |
| 9 | 9 | <view> |
| 10 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image> | |
| 10 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//banyuan.png" style="width: 100%;height: 44rpx;" mode=""></image> | |
| 11 | 11 | </view> |
| 12 | 12 | <view style="padding: 30rpx;"> |
| 13 | 13 | <!-- 个人信息 --> |
| ... | ... | @@ -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://jy.scjysm.asia:18086/mefile/file/static/img//weixin2x.png" mode=""></image> | |
| 55 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//lianjie.png" mode=""></image> | |
| 69 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/storeTop_Img.png) no-repeat; | |
| 194 | + background: url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/salesStoreIcon.png"></image> | |
| 46 | + <image class="salesIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/extendGoodsIcon.png"></image> | |
| 50 | + <image class="salesIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/salesOrderIcon.png"></image> | |
| 54 | + <image class="salesIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/inviteLowerIcon.png"></image> | |
| 58 | + <image class="salesIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/inviteLowerIcon.png"></image> | |
| 59 | 59 | <label class="fs26 font-color-333">邀请下级</label> |
| 60 | 60 | </view> |
| 61 | 61 | </view> | ... | ... |
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://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi" | |
| 11 | + <img @click="showcos" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//guanbi.png" class="guanbi" | |
| 15 | + <image @click="showcos" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//album.png" mode="widthFix"></image> | |
| 33 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//album.png" mode="widthFix"></image> | |
| 34 | 34 | </view> |
| 35 | 35 | <view style="margin-left: 35%;" v-else> |
| 36 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/img//album.png" mode="widthFix"></image> | |
| 36 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//lianjie.png" mode="widthFix"></image> | |
| 44 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image> | |
| 42 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDownIcon.png"></image> | |
| 43 | 43 | <image v-if="item.ifOpen == true" class="arrow-down" |
| 44 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image> | |
| 44 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 64 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image> | |
| 81 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDownIcon.png"></image> | |
| 82 | 82 | <image v-if="item.ifOpen == true" class="arrow-down" |
| 83 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image> | |
| 83 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 106 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/unliquidatedBg.png) no-repeat; | |
| 265 | + background: url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://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 | |
| 22 | + <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDownIcon.png"></image> | |
| 23 | + <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 38 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/totalPersonnelTopBackImg.png") no-repeat; | |
| 128 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://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> | |
| 23 | + <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDownIcon.png"></image> | |
| 24 | + <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 36 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/totalPersonnelTopBackImg.png") no-repeat; | |
| 124 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image> | |
| 43 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDownIcon.png"></image> | |
| 44 | 44 | <image v-if="item.ifOpen == true" class="arrow-down" |
| 45 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image> | |
| 45 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 61 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image> | |
| 78 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDownIcon.png"></image> | |
| 79 | 79 | <image v-if="item.ifOpen == true" class="arrow-down" |
| 80 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image> | |
| 80 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 99 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/unliquidatedBg.png) no-repeat; | |
| 256 | + background: url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center; | |
| 216 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -43,13 +43,13 @@ |
| 43 | 43 | <!-- <view class="numText" v-if="item.total !=0">限量{{item.total}}件</view>--> |
| 44 | 44 | </view> |
| 45 | 45 | <view class="flex-row-plus flex-item mar-top-30"> |
| 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> | |
| 46 | + <image class="iconImg" v-if="item.activityType == 1" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/groupBuyIcon.png"></image> | |
| 47 | + <image class="iconImg" v-if="item.activityType == 2" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png"></image> | |
| 48 | + <image class="iconImg" v-if="item.activityType == 4" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png"></image> | |
| 49 | + <image class="iconImg" v-if="item.activityType == 3" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png"></image> | |
| 50 | + <image class="iconImg" v-if="item.activityType == 5" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png"></image> | |
| 51 | + <image class="iconImg" v-if="item.activityType == 9" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/memberCenterIcon.png"></image> | |
| 52 | + <image class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/zhekou.png"></image> | |
| 53 | 53 | <view class="font-color-C83732 flex-row-plus"> |
| 54 | 54 | <b>¥</b> |
| 55 | 55 | <label class="fs28">{{item.price}}</label> |
| ... | ... | @@ -68,7 +68,7 @@ |
| 68 | 68 | |
| 69 | 69 | <!-- 搜索为空 --> |
| 70 | 70 | <view v-if="ifEmpty" class="emptyCart-box flex-items-plus flex-column"> |
| 71 | - <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image> | |
| 71 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/searchEmpty.png"></image> | |
| 72 | 72 | <label class="font-color-999 fs26 mar-top-30">搜索不到你要找的宝贝呢</label> |
| 73 | 73 | <label class="font-color-999 fs26 mar-top-10">换个词试试吧~</label> |
| 74 | 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://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> | |
| 25 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/cart1.png" v-if="item.selected === 0"></image> | |
| 26 | + <image v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/combinationBg.png") no-repeat center center; | |
| 377 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/shareBut.png" | |
| 33 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/vipDetail.png" | |
| 73 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/seckillicon.png" | |
| 94 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/discounticon.png" | |
| 100 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/spellicon.png" | |
| 106 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/shoucangActive1.png" | |
| 151 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/shoucangActive1.png" | |
| 152 | 152 | ></image> |
| 153 | 153 | <image |
| 154 | 154 | v-else |
| 155 | 155 | class="store-icon" |
| 156 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/shoucang2x.png" | |
| 156 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png" | |
| 179 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/storeTop_Img.png") no-repeat left top; | |
| 502 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png" | |
| 102 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/praiseIcon.png" | |
| 108 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png" | |
| 122 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png" | |
| 153 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrow.png") no-repeat center center; | |
| 350 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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/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://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"></image> | |
| 22 | + <image class="arrowImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"></image> | |
| 23 | 23 | </view> |
| 24 | 24 | </view> |
| 25 | 25 | </view> |
| ... | ... | @@ -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://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"></image> | |
| 47 | + <image class="arrowImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image> | |
| 57 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/payIcon.png"></image> | |
| 5 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center; | |
| 265 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/storeLogo.png" v-else ></image> | |
| 10 | + <image class="user-headSmallImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://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/> | |
| 50 | + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/addPraiseIcon.png" v-if="!commentVOList.ifLike"/> | |
| 51 | + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addCommentsIcon.png"></image> | |
| 57 | + <image class="addComments-cion" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://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/> | |
| 61 | + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/addPraiseIcon.png" v-if="!commentVOList.ifLike"/> | |
| 62 | + <image class="addPraise-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -40,9 +40,9 @@ |
| 40 | 40 | <text class="font-color-999 fs22">{{item.createTime}}</text> |
| 41 | 41 | <view class="praise-box flex-items flex-row"> |
| 42 | 42 | |
| 43 | - <image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png" | |
| 43 | + <image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/praiseIcon.png" v-else></image> | |
| 45 | + <image class="praise-icon" @click="zanTap(index,item.commentId,1)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/mapIcon.png" | |
| 72 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png" | |
| 103 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png" | |
| 133 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png" | |
| 134 | 134 | ></image> |
| 135 | 135 | </view> |
| 136 | 136 | </view> |
| ... | ... | @@ -227,7 +227,7 @@ |
| 227 | 227 | > |
| 228 | 228 | <image |
| 229 | 229 | class="store-icon" |
| 230 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/storeIcon.png" | |
| 230 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/storeIcon.png" | |
| 231 | 231 | ></image> |
| 232 | 232 | <label class="fs22">店铺</label> |
| 233 | 233 | </view> |
| ... | ... | @@ -245,7 +245,7 @@ |
| 245 | 245 | </view> |
| 246 | 246 | <image |
| 247 | 247 | class="store-icon" |
| 248 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/gouwuche.png" | |
| 248 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/gouwuche.png" | |
| 249 | 249 | ></image> |
| 250 | 250 | <label class="fs22">购物车</label> |
| 251 | 251 | </view> |
| ... | ... | @@ -299,7 +299,7 @@ |
| 299 | 299 | > |
| 300 | 300 | <image |
| 301 | 301 | class="returnTopImg" |
| 302 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/backTop.png" | |
| 302 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/backTop.png" | |
| 303 | 303 | ></image> |
| 304 | 304 | </view> |
| 305 | 305 | </view> |
| ... | ... | @@ -1312,7 +1312,7 @@ background-color: #F7F7F7; |
| 1312 | 1312 | width: 36rpx; |
| 1313 | 1313 | height: 36rpx; |
| 1314 | 1314 | display: block; |
| 1315 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/serviceImg.png") no-repeat center center; | |
| 1315 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/serviceImg.png") no-repeat center center; | |
| 1316 | 1316 | background-size: contain; |
| 1317 | 1317 | } |
| 1318 | 1318 | } |
| ... | ... | @@ -1517,7 +1517,7 @@ background-color: #F7F7F7; |
| 1517 | 1517 | |
| 1518 | 1518 | .sceneMarketingBox { |
| 1519 | 1519 | width: 100%; |
| 1520 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/5f85fe4782e34c10b15b04f76c571d12_sceneMarketingDetailsIcon.png" | |
| 1520 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/5f85fe4782e34c10b15b04f76c571d12_sceneMarketingDetailsIcon.png" | |
| 1521 | 1521 | ) no-repeat center; |
| 1522 | 1522 | padding: 20rpx 30rpx; |
| 1523 | 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://jy.scjysm.asia:18086/mefile/file/static/img//searchImg.png" | |
| 17 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png" | |
| 119 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" | |
| 124 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" | |
| 129 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png" | |
| 134 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png" | |
| 139 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" | |
| 144 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png" | |
| 149 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png" | |
| 173 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png" | |
| 185 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -500,7 +500,7 @@ page{background-color: #F7F7F7;} |
| 500 | 500 | flex-direction: column; |
| 501 | 501 | } |
| 502 | 502 | .inviteSpell-con{ |
| 503 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/pintuanbg.png") no-repeat left top; | |
| 503 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/pintuanbg.png") no-repeat left top; | |
| 504 | 504 | background-size: contain; |
| 505 | 505 | .grouped { |
| 506 | 506 | text-align: center; | ... | ... |
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://jy.scjysm.asia:18086/mefile/file/static/images/storeLogo.png" v-else></image> | |
| 35 | + <image class="user-headSmallImg u-skeleton-circle" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png" | |
| 75 | + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,0)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addPraiseIcon.png" | |
| 77 | + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,1)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 85 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/storeLogo.png" v-else></image> | |
| 99 | + <image class="user-headSmallImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/praiseActiveIcon.png" | |
| 125 | + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,0)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/praiseIcon.png" | |
| 127 | + <image class="praise-icon" @click.stop="zanTap(index,item.commentId,1)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 136 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 | </view> |
| 31 | 31 | <view class="flex-display flex-sp-between flex-row mar-top-10 flex-items"> |
| 32 | 32 | <label class="fs22 font-color-999">{{item.storeDTO.storeName}}</label> |
| 33 | - <image class="arrowImg" src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"></image> | |
| 33 | + <image class="arrowImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"></image> | |
| 34 | 34 | </view> |
| 35 | 35 | </view> |
| 36 | 36 | </view> |
| ... | ... | @@ -39,7 +39,7 @@ |
| 39 | 39 | |
| 40 | 40 | <!-- 为空 --> |
| 41 | 41 | <view v-else class="emptyOrder-box flex-items-plus flex-column"> |
| 42 | - <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 42 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 43 | 43 | <label class="font-color-999 fs26 mar-top-30">专题商品为空哦~</label> |
| 44 | 44 | </view> |
| 45 | 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://jy.scjysm.asia:18086/mefile/file/static/images/addBankBg.png") no-repeat left top; | |
| 201 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/exchagneCoupon.png") no-repeat left top; | |
| 206 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/signIcon1.png"></image> | |
| 60 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image> | |
| 69 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/searchEmpty.png"></image> | |
| 98 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/cancelClose.png" mode=""></image> | |
| 117 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addBankBg.png") no-repeat left top; | |
| 247 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/addBankBg.png") no-repeat left top; | |
| 248 | 248 | background-size: contain; |
| 249 | 249 | min-height: 800rpx; |
| 250 | 250 | padding: 0 20rpx; |
| ... | ... | @@ -311,7 +311,7 @@ page { |
| 311 | 311 | padding: 0 20rpx; |
| 312 | 312 | .signLeft { |
| 313 | 313 | .signIcon { |
| 314 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/signIcon.png") no-repeat center left; | |
| 314 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/detailIcon.png") no-repeat center center; | |
| 343 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/detailIcon.png") no-repeat center center; | |
| 344 | 344 | background-size: contain; |
| 345 | 345 | } |
| 346 | 346 | .exchangeIcon { |
| 347 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/exchangeIcon.png") no-repeat center center; | |
| 347 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/detailIcon1.png") no-repeat center center; | |
| 354 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/detailIcon1.png") no-repeat center center; | |
| 355 | 355 | background-size: contain; |
| 356 | 356 | } |
| 357 | 357 | .exchangeIcon { |
| 358 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/exchangeIcon1.png") no-repeat center center; | |
| 358 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/exchangeItem.png') no-repeat left top; | |
| 414 | + background: url('https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/signBg.png") no-repeat left top; | |
| 283 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/signState.png") no-repeat left top; | |
| 301 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/signState1.png") no-repeat left top; | |
| 308 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/redEnvelopeBg.png") no-repeat left top; | |
| 337 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -45,7 +45,7 @@ |
| 45 | 45 | <view class="originalPrice">原价: ¥{{item.originalPrice}}</view> |
| 46 | 46 | <view class="flex-row-plus flex-items-plus"> |
| 47 | 47 | <view class="iconBox"> |
| 48 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png"></image> | |
| 48 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/memberCenterIcon.png"></image> | |
| 49 | 49 | </view> |
| 50 | 50 | <view class="flex-row-plus flex-items priceInfo"> |
| 51 | 51 | <label class="fs24">¥</label> |
| ... | ... | @@ -307,7 +307,7 @@ page { |
| 307 | 307 | .discountBg { |
| 308 | 308 | width: 100%; |
| 309 | 309 | height: 440rpx; |
| 310 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterBg.png") no-repeat center center; | |
| 310 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/memberCenterBg.png") no-repeat center center; | |
| 311 | 311 | background-size: contain; |
| 312 | 312 | position: relative; |
| 313 | 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://jy.scjysm.asia:18086/mefile/file/static/images/back_img04.png" | |
| 20 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//member/memberList2.png"></image> | |
| 125 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//member/signIcon.png"></image> | |
| 37 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//member/signIcon2.png"></image> | |
| 43 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/img//member/memberSignBg.png") no-repeat left top; | |
| 191 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center; | |
| 166 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" class="r"></image> | |
| 12 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center; | |
| 567 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 49 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 60 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 77 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 88 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 101 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 182 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 188 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 200 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 206 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 236 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 242 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 254 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 260 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 297 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 303 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/addImgBtn.png") center center; | |
| 926 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 41 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 48 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 57 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 125 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 129 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 137 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 141 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 170 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 174 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | /> |
| 42 | 42 | <text class="shop-name">{{ orderItem.shopName }}</text> |
| 43 | 43 | <image |
| 44 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 44 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png" | |
| 45 | 45 | class="arrow-img" |
| 46 | 46 | /> |
| 47 | 47 | </view> |
| ... | ... | @@ -126,7 +126,7 @@ |
| 126 | 126 | <NoMore :show="!isEmpty && list.length >=listTotal" /> |
| 127 | 127 | <Empty |
| 128 | 128 | :show="isEmpty" |
| 129 | - icon-url="https://jy.scjysm.asia:18086/mefile/file/static/images/emptyOrderImg.png" | |
| 129 | + icon-url="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/emptyOrderImg.png" | |
| 130 | 130 | >您还没有订单哦~ |
| 131 | 131 | </Empty> |
| 132 | 132 | </view> |
| ... | ... | @@ -829,7 +829,7 @@ page { |
| 829 | 829 | .delIcon { |
| 830 | 830 | width: 40rpx; |
| 831 | 831 | height: 40rpx; |
| 832 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/delListOrder.png") no-repeat center center; | |
| 832 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/delListOrder.png") no-repeat center center; | |
| 833 | 833 | background-size: contain; |
| 834 | 834 | } |
| 835 | 835 | } | ... | ... |
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://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 18 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 | <view v-if="ifShow"> |
| 7 | 7 | <view class="content"> |
| 8 | 8 | <view class="address-box" @click="addAddressTap"> |
| 9 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/orderAddress.png" | |
| 9 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/orderAddress.png" | |
| 10 | 10 | class="address-img"></image> |
| 11 | 11 | <!-- 有地址的 --> |
| 12 | 12 | <view class="address-r" v-if="userAddressInfo.receiveName"> |
| ... | ... | @@ -22,14 +22,14 @@ |
| 22 | 22 | <view class="address-r" v-else> |
| 23 | 23 | <text>你还没有收货地址哦,点击这里添加</text> |
| 24 | 24 | </view> |
| 25 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/greyArrow.png" | |
| 25 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/greyArrow.png" | |
| 26 | 26 | class="arrow-right-img"></image> |
| 27 | 27 | </view> |
| 28 | 28 | <view class="order-list-box"> |
| 29 | 29 | <view class="item" v-for="(item, sIndex) in settlement.shops" :key="item.shopId"> |
| 30 | 30 | <view class="order-list-top"> |
| 31 | 31 | <view class="top-l"> |
| 32 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/orderStoreIcon.png" | |
| 32 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/orderStoreIcon.png" | |
| 33 | 33 | class="shop-img"> |
| 34 | 34 | </image> |
| 35 | 35 | <text class="shop-name">{{ item.shopName }}</text> |
| ... | ... | @@ -92,7 +92,7 @@ |
| 92 | 92 | {{ item.currentCoupon.reduceMoney }}折券 |
| 93 | 93 | </view> |
| 94 | 94 | <image class="discount-img" |
| 95 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"> | |
| 95 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png"> | |
| 96 | 96 | </image> |
| 97 | 97 | </view> |
| 98 | 98 | |
| ... | ... | @@ -127,7 +127,7 @@ |
| 127 | 127 | <view class="discount-info1" v-else-if="couponId.couponName">{{couponId.couponName}}</view> |
| 128 | 128 | <view class="discount-info1" v-else>暂无选择</view> |
| 129 | 129 | <image class="discount-img" |
| 130 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"></image> | |
| 130 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png"></image> | |
| 131 | 131 | </view> |
| 132 | 132 | </view> |
| 133 | 133 | <!-- 积分支付--> |
| ... | ... | @@ -184,7 +184,7 @@ |
| 184 | 184 | <view class="activity-box" style="height: 1000rpx;"> |
| 185 | 185 | <view class="title-box"> |
| 186 | 186 | <image class="close-btn" @click="onDiscountClose" |
| 187 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"></image> | |
| 187 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/close.png"></image> | |
| 188 | 188 | </view> |
| 189 | 189 | <view class="activity-coupon-box"> |
| 190 | 190 | <scroll-view scroll-y="true" style="height: 900rpx;"> |
| ... | ... | @@ -209,10 +209,10 @@ |
| 209 | 209 | <view class="info font-color-999">满{{ usableItem.fullMoney }}元可用</view> |
| 210 | 210 | </view> |
| 211 | 211 | <image class="check-img" |
| 212 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 212 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 213 | 213 | v-if="usableItem.checked"></image> |
| 214 | 214 | <image class="check-img" |
| 215 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 215 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 216 | 216 | v-else> |
| 217 | 217 | </image> |
| 218 | 218 | </view> |
| ... | ... | @@ -228,7 +228,7 @@ |
| 228 | 228 | <view class="activity-box"> |
| 229 | 229 | <view class="title-box"> |
| 230 | 230 | <image class="close-btn" @click="onshopClose" |
| 231 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"></image> | |
| 231 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/close.png"></image> | |
| 232 | 232 | </view> |
| 233 | 233 | <view class="activity-coupon-box"> |
| 234 | 234 | <scroll-view scroll-y="true" style="height: 900rpx;"> |
| ... | ... | @@ -253,10 +253,10 @@ |
| 253 | 253 | <view class="info font-color-999">满{{ sItem.fullMoney }}元可用</view> |
| 254 | 254 | </view> |
| 255 | 255 | <image class="check-img" |
| 256 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 256 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 257 | 257 | v-if="sItem.checked"></image> |
| 258 | 258 | <image class="check-img" |
| 259 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 259 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 260 | 260 | v-else> |
| 261 | 261 | </image> |
| 262 | 262 | </view> |
| ... | ... | @@ -272,7 +272,7 @@ |
| 272 | 272 | <view class="activity-box" style="height: 1000rpx;"> |
| 273 | 273 | <view class="title-box"> |
| 274 | 274 | <image class="close-btn" @click="iscoupon=false" |
| 275 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png"></image> | |
| 275 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/close.png"></image> | |
| 276 | 276 | </view> |
| 277 | 277 | <view class="activity-coupon-box"> |
| 278 | 278 | <scroll-view scroll-y="true" style="height: 900rpx;"> |
| ... | ... | @@ -297,10 +297,10 @@ |
| 297 | 297 | <view class="info font-color-999">{{usableItem.couponType == '1'?'满'+usableItem.usageThreshold+'元可用':'最高'+usableItem.maxDiscountAmount+'元'}}</view> |
| 298 | 298 | </view> |
| 299 | 299 | <image class="check-img" |
| 300 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 300 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 301 | 301 | v-if="usableItem.checked"></image> |
| 302 | 302 | <image class="check-img" |
| 303 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 303 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 304 | 304 | v-else> |
| 305 | 305 | </image> |
| 306 | 306 | </view> |
| ... | ... | @@ -2160,7 +2160,7 @@ |
| 2160 | 2160 | .coupon-item { |
| 2161 | 2161 | width: 48%; |
| 2162 | 2162 | height: 291rpx; |
| 2163 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon.png") no-repeat center top; | |
| 2163 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/couponsIcon.png") no-repeat center top; | |
| 2164 | 2164 | margin-top: 20upx; |
| 2165 | 2165 | color: #C5AA7B; |
| 2166 | 2166 | flex-shrink: 0; | ... | ... |
ceres-uniapp-master/pages_category_page1/orderModule/orderConfirm334.vue
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | @click="addAddressTap" |
| 11 | 11 | > |
| 12 | 12 | <image |
| 13 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/orderAddress.png" | |
| 13 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/greyArrow.png" | |
| 37 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/mefile/file/static/images/orderStoreIcon.png" | |
| 50 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/orderStoreIcon.png" | |
| 51 | 51 | class="shop-img" |
| 52 | 52 | > |
| 53 | 53 | </image> |
| ... | ... | @@ -130,7 +130,7 @@ |
| 130 | 130 | </view> |
| 131 | 131 | <image |
| 132 | 132 | class="discount-img" |
| 133 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 133 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png" | |
| 134 | 134 | ></image> |
| 135 | 135 | </view> |
| 136 | 136 | |
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | </view> |
| 182 | 182 | <image |
| 183 | 183 | class="discount-img" |
| 184 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 184 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png" | |
| 185 | 185 | ></image> |
| 186 | 186 | </view> |
| 187 | 187 | </view> |
| ... | ... | @@ -277,7 +277,7 @@ |
| 277 | 277 | <image |
| 278 | 278 | class="close-btn" |
| 279 | 279 | @click="onDiscountClose" |
| 280 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png" | |
| 280 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/close.png" | |
| 281 | 281 | ></image> |
| 282 | 282 | </view> |
| 283 | 283 | <view class="activity-coupon-box"> |
| ... | ... | @@ -319,12 +319,12 @@ |
| 319 | 319 | </view> |
| 320 | 320 | <image |
| 321 | 321 | class="check-img" |
| 322 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 322 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 323 | 323 | v-if="usableItem.checked" |
| 324 | 324 | ></image> |
| 325 | 325 | <image |
| 326 | 326 | class="check-img" |
| 327 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 327 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 328 | 328 | v-else |
| 329 | 329 | > |
| 330 | 330 | </image> |
| ... | ... | @@ -349,7 +349,7 @@ |
| 349 | 349 | <image |
| 350 | 350 | class="close-btn" |
| 351 | 351 | @click="onshopClose" |
| 352 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/close.png" | |
| 352 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/close.png" | |
| 353 | 353 | ></image> |
| 354 | 354 | </view> |
| 355 | 355 | <view class="activity-coupon-box"> |
| ... | ... | @@ -390,12 +390,12 @@ |
| 390 | 390 | </view> |
| 391 | 391 | <image |
| 392 | 392 | class="check-img" |
| 393 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 393 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 394 | 394 | v-if="sItem.checked" |
| 395 | 395 | ></image> |
| 396 | 396 | <image |
| 397 | 397 | class="check-img" |
| 398 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 398 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 399 | 399 | v-else |
| 400 | 400 | > |
| 401 | 401 | </image> |
| ... | ... | @@ -2019,7 +2019,7 @@ page { |
| 2019 | 2019 | .coupon-item { |
| 2020 | 2020 | width: 48%; |
| 2021 | 2021 | height: 291rpx; |
| 2022 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon.png") no-repeat center top; | |
| 2022 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/couponsIcon.png") no-repeat center top; | |
| 2023 | 2023 | margin-top: 20upx; |
| 2024 | 2024 | color: #C5AA7B; |
| 2025 | 2025 | flex-shrink: 0; | ... | ... |
ceres-uniapp-master/pages_category_page1/orderModule/orderDetails.vue
| ... | ... | @@ -81,7 +81,7 @@ |
| 81 | 81 | </view> |
| 82 | 82 | <view class="order-details-info-box"> |
| 83 | 83 | <view class="address-box"> |
| 84 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/orderAddress.png" class="address-img"> | |
| 84 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/orderAddress.png" class="address-img"> | |
| 85 | 85 | </image> |
| 86 | 86 | <view class="address-r"> |
| 87 | 87 | <view class="address-name-box"> |
| ... | ... | @@ -92,7 +92,7 @@ |
| 92 | 92 | <text>{{ dataList.receiveAdress }} {{ dataList.address }}</text> |
| 93 | 93 | </view> |
| 94 | 94 | </view> |
| 95 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" v-if="false" | |
| 95 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png" v-if="false" | |
| 96 | 96 | class="arrow-right-img"></image> |
| 97 | 97 | </view> |
| 98 | 98 | |
| ... | ... | @@ -100,10 +100,10 @@ |
| 100 | 100 | <view class="item"> |
| 101 | 101 | <view class="order-list-top"> |
| 102 | 102 | <view class="top-l" @click="goShop(dataList.shopId)"> |
| 103 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/orderStoreIcon.png" | |
| 103 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/orderStoreIcon.png" | |
| 104 | 104 | class="shop-img"></image> |
| 105 | 105 | <text class="shop-name">{{ dataList.shopName }}</text> |
| 106 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" | |
| 106 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png" | |
| 107 | 107 | class="arrow-img"> |
| 108 | 108 | </image> |
| 109 | 109 | </view> |
| ... | ... | @@ -268,10 +268,10 @@ |
| 268 | 268 | <text class="line"></text> |
| 269 | 269 | <text>物流信息</text> |
| 270 | 270 | </view> |
| 271 | - <image mode="aspectFill" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDown.png" | |
| 271 | + <image mode="aspectFill" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDown.png" | |
| 272 | 272 | class="arrow-down-img" style="transform:rotate(180deg);" v-if="isShowWuLiu == true"> |
| 273 | 273 | </image> |
| 274 | - <image mode="aspectFill" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDown.png" | |
| 274 | + <image mode="aspectFill" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDown.png" | |
| 275 | 275 | class="arrow-down-img" v-else> |
| 276 | 276 | </image> |
| 277 | 277 | </view> |
| ... | ... | @@ -282,7 +282,7 @@ |
| 282 | 282 | <uni-steps :options="steps" direction="column" :active="0"></uni-steps> |
| 283 | 283 | </view> |
| 284 | 284 | <view v-else class="emptyOrder-box flex-items-plus flex-column"> |
| 285 | - <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 285 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 286 | 286 | <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label> |
| 287 | 287 | </view> |
| 288 | 288 | </view> |
| ... | ... | @@ -315,7 +315,7 @@ |
| 315 | 315 | <view class="pay-type-radio"> |
| 316 | 316 | <view class="pay-type-img"> |
| 317 | 317 | <img class="pay-type-img-inner" |
| 318 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/alipay.png" /> | |
| 318 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/alipay.png" /> | |
| 319 | 319 | </view> |
| 320 | 320 | <label class="pay-type-label">支付宝支付</label> |
| 321 | 321 | <radio class="pay-type-radio-item" style="transform:scale(0.7)" :checked="paymentMode == 2" |
| ... | ... | @@ -324,7 +324,7 @@ |
| 324 | 324 | <view class="pay-type-radio"> |
| 325 | 325 | <view class="pay-type-img"> |
| 326 | 326 | <img class="pay-type-img-inner" |
| 327 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/huabei.png" /> | |
| 327 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/huabei.png" /> | |
| 328 | 328 | </view> |
| 329 | 329 | <label class="pay-type-label">花呗分期</label> |
| 330 | 330 | <radio class="pay-type-radio-item" style="transform:scale(0.7)" | ... | ... |
ceres-uniapp-master/pages_category_page1/orderModule/paySuccessful.vue
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | </view> |
| 8 | 8 | <view class="resultCard"> |
| 9 | 9 | <view class="imgBox"> |
| 10 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/payIcon.png"></image> | |
| 10 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/payIcon.png"></image> | |
| 11 | 11 | </view> |
| 12 | 12 | <view class="successful">支付成功</view> |
| 13 | 13 | <view class="btnBox fs28 font-color-333"> |
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | </view> |
| 17 | 17 | <view class="orderPolite" v-if="orderPolite.growth || orderPolite.couponList"> |
| 18 | 18 | <view class="politeImgBox"> |
| 19 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/politeIcon.png"></image> | |
| 19 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/politeIcon.png"></image> | |
| 20 | 20 | </view> |
| 21 | 21 | <view class="rightInfo"> |
| 22 | 22 | <view class="growthBox" | ... | ... |
ceres-uniapp-master/pages_category_page1/orderModule/platformJoin.vue
| ... | ... | @@ -504,7 +504,7 @@ const API = require('../../config/api') |
| 504 | 504 | content: ''; |
| 505 | 505 | height: 71rpx; |
| 506 | 506 | width: 71rpx; |
| 507 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addImg.png") no-repeat center center; | |
| 507 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/addImg.png") no-repeat center center; | |
| 508 | 508 | display: block; |
| 509 | 509 | background-size: contain; |
| 510 | 510 | } | ... | ... |
ceres-uniapp-master/pages_category_page1/search/index/index.vue
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <view> |
| 5 | 5 | <view class="flex-items-plus flex-row mar-top-20"> |
| 6 | 6 | <view class="searchImg-box flex-items-plus"> |
| 7 | - <image class="searchImg" src="https://jy.scjysm.asia:18086/mefile/file/static/img//searchImg.png"></image> | |
| 7 | + <image class="searchImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//searchImg.png"></image> | |
| 8 | 8 | <input class="search-box" v-model="keyWord" placeholder-class="searchboxPlace" |
| 9 | 9 | placeholder="请输入您想要的宝贝" /> |
| 10 | 10 | |
| ... | ... | @@ -18,9 +18,9 @@ |
| 18 | 18 | <view class="boxTitle mar-leftgetList-30" v-if="hotSearchList.length>0"> |
| 19 | 19 | <label class="fs30 font-color-999 fs-weight-300">热门搜索</label> |
| 20 | 20 | <image class="seeIcon hotSearchListSee-icon" v-if="isSee" @click="changeHotSearchListIsSee" |
| 21 | - src="https://jy.scjysm.asia:18086/mefile/file/static/img//see.png"></image> | |
| 21 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//see.png"></image> | |
| 22 | 22 | <image class="seeIcon hotSearchListNotSee-icon" v-else @click="changeHotSearchListIsSee" |
| 23 | - src="https://jy.scjysm.asia:18086/mefile/file/static/img//notSee.png"></image> | |
| 23 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//notSee.png"></image> | |
| 24 | 24 | </view> |
| 25 | 25 | <view> |
| 26 | 26 | <view class="flex-wrap-1 flex-row" v-if="isSee"> |
| ... | ... | @@ -38,7 +38,7 @@ |
| 38 | 38 | <view class="historyBox tipsBox"> |
| 39 | 39 | <view class="boxTitle mar-leftgetList-30" v-if="historyList.length>0"> |
| 40 | 40 | <label class="fs30 font-color-999 fs-weight-300 ">历史搜索</label> |
| 41 | - <image class="historyDel-icon" @click="historyDelAll" src="https://jy.scjysm.asia:18086/mefile/file/static/img//index/historyDel_icon.png"> | |
| 41 | + <image class="historyDel-icon" @click="historyDelAll" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//index/historyDel_icon.png"> | |
| 42 | 42 | </image> |
| 43 | 43 | </view> |
| 44 | 44 | <view class="historySear-box flex-wrap-1 flex-row"> |
| ... | ... | @@ -51,7 +51,7 @@ |
| 51 | 51 | <label class="font-color-DDD fs22 pad-topbot-10 text-align">|</label> |
| 52 | 52 | <view class="historyIconBox" @click="historyDelOne(item.searchId)"> |
| 53 | 53 | <image class="historySearDel-icon text-align" |
| 54 | - src="https://jy.scjysm.asia:18086/mefile/file/static/img//index/historySearDel_icon.png"></image> | |
| 54 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//index/historySearDel_icon.png"></image> | |
| 55 | 55 | </view> |
| 56 | 56 | </view> |
| 57 | 57 | </view> | ... | ... |
ceres-uniapp-master/pages_category_page1/store/index.vue
| ... | ... | @@ -5,9 +5,9 @@ |
| 5 | 5 | <!-- 店铺首页 --> |
| 6 | 6 | <view class="content" v-if="id"> |
| 7 | 7 | <view class="shop-top" :style="{'padding-top': topHeight + 'px'}"> |
| 8 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/back_img04.png" class="back" @click="back"></image> | |
| 8 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/back_img04.png" class="back" @click="back"></image> | |
| 9 | 9 | <view class="search-btn" @click="searchPro"> |
| 10 | - <image class="search-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/img//searchImg.png" mode="widthFix"> | |
| 10 | + <image class="search-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//searchImg.png" mode="widthFix"> | |
| 11 | 11 | </image> |
| 12 | 12 | <text class="fs24 font-color-999 mar-left-10" style="color:#fff !important">请输入您想要的宝贝</text> |
| 13 | 13 | </view> |
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | <!-- #ifdef MP-WEIXIN --> |
| 25 | 25 | <view v-if="hasService" class="btns flex-column-plus mar-left-10" @click="flyToService"> |
| 26 | 26 | <image class="store-icon" |
| 27 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/service-product-detail.png"></image> | |
| 27 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/service-product-detail.png"></image> | |
| 28 | 28 | <text>客服</text> |
| 29 | 29 | </view> |
| 30 | 30 | <!-- #endif --> |
| ... | ... | @@ -33,10 +33,10 @@ |
| 33 | 33 | <view class="contentRight"> |
| 34 | 34 | <view class="favorites-box cur-poi" @click="collectToggle"> |
| 35 | 35 | <image v-if="ifCollect === 0" class="store-icon" |
| 36 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/iconShoucang.png"> | |
| 36 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/iconShoucang.png"> | |
| 37 | 37 | </image> |
| 38 | 38 | <image v-else class="store-icon" |
| 39 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/shoucangActive.png"></image> | |
| 39 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/shoucangActive.png"></image> | |
| 40 | 40 | <text class="text">{{ifCollect === 0? '收藏' : '取消'}}</text> |
| 41 | 41 | </view> |
| 42 | 42 | </view> |
| ... | ... | @@ -44,13 +44,13 @@ |
| 44 | 44 | <view class="distributorBox flex-items flex-sp-between" @click="applyForRecruit"> |
| 45 | 45 | <view class="distributor"> |
| 46 | 46 | <view class="flex-display flex-items"> |
| 47 | - <image class="item-btn-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/fenxiao2.png" | |
| 47 | + <image class="item-btn-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/fenxiao2.png" | |
| 48 | 48 | mode="widthFix"></image> |
| 49 | 49 | <view>成为分销员</view> |
| 50 | 50 | </view> |
| 51 | 51 | </view> |
| 52 | 52 | <view class="rightArrow"> |
| 53 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png"></image> | |
| 53 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png"></image> | |
| 54 | 54 | </view> |
| 55 | 55 | </view> |
| 56 | 56 | <!-- <scroll-view style="white-space: nowrap;width: 100%;" scroll-x="true"> |
| ... | ... | @@ -113,18 +113,18 @@ |
| 113 | 113 | <view class="nav-item-sort" @click="sortTap(2)"> |
| 114 | 114 | <text class="nav-title" :class="{'active' : sortIndex == 2}">价格</text> |
| 115 | 115 | <view class="r"> |
| 116 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowSortUp.png" | |
| 116 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowSortUp.png" | |
| 117 | 117 | v-if="type == 1" class="arrow-img padd-t"></image> |
| 118 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowSortDown.png" | |
| 118 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowSortDown.png" | |
| 119 | 119 | v-if="type == 2" class="arrow-img padd-b"></image> |
| 120 | 120 | </view> |
| 121 | 121 | </view> |
| 122 | 122 | <view class="nav-item-sort" @click="sortTap(3)"> |
| 123 | 123 | <text class="nav-title" :class="{'active' : sortIndex == 3}">销量</text> |
| 124 | 124 | <view class="r"> |
| 125 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowSortUp.png" | |
| 125 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowSortUp.png" | |
| 126 | 126 | v-if="volume == 1" class="arrow-img padd-t"></image> |
| 127 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowSortDown.png" | |
| 127 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowSortDown.png" | |
| 128 | 128 | v-if="volume == 2" class="arrow-img padd-b"></image> |
| 129 | 129 | </view> |
| 130 | 130 | </view> |
| ... | ... | @@ -140,25 +140,25 @@ |
| 140 | 140 | </view> |
| 141 | 141 | <view class="product-price-box"> |
| 142 | 142 | <image v-if="cItem.activityType===1" class="iconImg" |
| 143 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png" | |
| 143 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/groupBuyIcon.png" | |
| 144 | 144 | alt="拼团icon"></image> |
| 145 | 145 | <image v-if="cItem.activityType === 2" class="iconImg" |
| 146 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" alt="秒杀活动"> | |
| 146 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png" alt="秒杀活动"> | |
| 147 | 147 | </image> |
| 148 | 148 | <image v-if="cItem.activityType === 3" class="iconImg discountIcon" |
| 149 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/38184785db4b4fbca767ada611097ae9_discount.png" | |
| 149 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/38184785db4b4fbca767ada611097ae9_discount.png" | |
| 150 | 150 | alt="限时折扣活动"></image> |
| 151 | 151 | <image v-if="cItem.activityType === 4" class="iconImg" |
| 152 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" alt="平台秒杀"> | |
| 152 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png" alt="平台秒杀"> | |
| 153 | 153 | </image> |
| 154 | 154 | <image v-if="cItem.activityType===5" class="iconImg" |
| 155 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png" | |
| 155 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png" | |
| 156 | 156 | alt="平台折扣"></image> |
| 157 | 157 | <image v-if="cItem.activityType===9" class="iconImg" |
| 158 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png" | |
| 158 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/memberCenterIcon.png" | |
| 159 | 159 | alt="会员价"></image> |
| 160 | 160 | <image v-if="cItem.activityType === 8" class="iconImg" |
| 161 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" | |
| 161 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/zhekou.png" | |
| 162 | 162 | alt="场景营销"></image> |
| 163 | 163 | <text |
| 164 | 164 | class="price-box fs40 font-color-C83732 mar-right-20">¥{{cItem.price}}</text> |
| ... | ... | @@ -669,7 +669,7 @@ |
| 669 | 669 | margin-top: 20rpx; |
| 670 | 670 | padding: 10rpx; |
| 671 | 671 | overflow: hidden; |
| 672 | - background-image: url("https://jy.scjysm.asia:18086/mefile/file/static/images/borderIcon.png"); | |
| 672 | + background-image: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/borderIcon.png"); | |
| 673 | 673 | background-repeat: no-repeat; |
| 674 | 674 | background-size: contain; |
| 675 | 675 | background-position: right top; | ... | ... |
ceres-uniapp-master/pages_category_page2/channelCoupon/index.vue
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | <view class="info"> |
| 11 | 11 | <view class="price-box"> |
| 12 | 12 | <view class="icon"> |
| 13 | - <img class="icon-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//channelCoupon/icon-coupon.png" alt="" mode="widthFix"/> | |
| 13 | + <img class="icon-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//channelCoupon/icon-coupon.png" alt="" mode="widthFix"/> | |
| 14 | 14 | </view> |
| 15 | 15 | <label class="price">¥{{channelCouponData.price}}</label> |
| 16 | 16 | <label class="original-price">¥{{channelCouponData.originalPrice}}</label> |
| ... | ... | @@ -38,7 +38,7 @@ |
| 38 | 38 | </view> |
| 39 | 39 | <div class="pro-list" v-if="productList && productList.length > 0"> |
| 40 | 40 | <div class="title"> |
| 41 | - <img class="title-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//channelCoupon/img-title.png" alt="商品推荐" mode="widthFix"/> | |
| 41 | + <img class="title-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//channelCoupon/img-title.png" alt="商品推荐" mode="widthFix"/> | |
| 42 | 42 | </div> |
| 43 | 43 | <div class="product-list"> |
| 44 | 44 | <div class="product-list-box" > |
| ... | ... | @@ -59,12 +59,12 @@ |
| 59 | 59 | <label class="buy-count">{{item.users?item.users: 0}}人付款</label> |
| 60 | 60 | </div> |
| 61 | 61 | <div class="price-warp"> |
| 62 | - <img class="iconImg" v-if="item.activityType == 1" src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png"> | |
| 63 | - <img class="iconImg" v-if="item.activityType == 2" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"> | |
| 64 | - <img class="iconImg" v-if="item.activityType == 4" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png"> | |
| 65 | - <img class="iconImg" v-if="item.activityType == 3" src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"> | |
| 66 | - <img class="iconImg" v-if="item.activityType == 5" src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png"> | |
| 67 | - <img class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png"> | |
| 62 | + <img class="iconImg" v-if="item.activityType == 1" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/groupBuyIcon.png"> | |
| 63 | + <img class="iconImg" v-if="item.activityType == 2" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png"> | |
| 64 | + <img class="iconImg" v-if="item.activityType == 4" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png"> | |
| 65 | + <img class="iconImg" v-if="item.activityType == 3" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png"> | |
| 66 | + <img class="iconImg" v-if="item.activityType == 5" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png"> | |
| 67 | + <img class="iconImg" v-if="item.activityType == 8" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/memberCenterIcon.png"> | |
| 68 | 68 | <div class="price"> |
| 69 | 69 | ¥ {{item.price}} |
| 70 | 70 | </div> |
| ... | ... | @@ -258,7 +258,7 @@ export default { |
| 258 | 258 | .coupon{ |
| 259 | 259 | margin: 32rpx 20rpx; |
| 260 | 260 | height: 140rpx; |
| 261 | - background: #333333 url("https://jy.scjysm.asia:18086/mefile/file/static/img//channelCoupon/border-coupon.png") no-repeat right center / auto 140rpx; | |
| 261 | + background: #333333 url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//channelCoupon/border-coupon.png") no-repeat right center / auto 140rpx; | |
| 262 | 262 | display: flex; |
| 263 | 263 | .price{ |
| 264 | 264 | position: relative; | ... | ... |
ceres-uniapp-master/pages_category_page2/distributionModule/distributionOrder.vue
| ... | ... | @@ -12,8 +12,8 @@ |
| 12 | 12 | </view> |
| 13 | 13 | </view> |
| 14 | 14 | <view> |
| 15 | - <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowDownIcon.png"></image> | |
| 16 | - <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowUpIcon.png"></image> | |
| 15 | + <image v-if="item.ifOpen == false" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowDownIcon.png"></image> | |
| 16 | + <image v-if="item.ifOpen == true" class="arrow-down" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowUpIcon.png"></image> | |
| 17 | 17 | </view> |
| 18 | 18 | </view> |
| 19 | 19 | <view class="upBox" v-if="item.ifOpen == true"> |
| ... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 | </view> |
| 31 | 31 | </view> |
| 32 | 32 | <view v-else class="emptyCart-box flex-items-plus flex-column"> |
| 33 | - <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 33 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 34 | 34 | <label class="font-color-999 fs26 mar-top-30">这里空空如也~</label> |
| 35 | 35 | </view> |
| 36 | 36 | </view> | ... | ... |
ceres-uniapp-master/pages_category_page2/livePage/components/liveBox.vue
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <image class="cover-img" :src="liveData.feedsImg" /> |
| 5 | 5 | <view class="status"> |
| 6 | 6 | <view class="status-state"> |
| 7 | - <image class="img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//live/icon-live-num.png" />直播中 | |
| 7 | + <image class="img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//live/icon-live-num.png" />直播中 | |
| 8 | 8 | </view> |
| 9 | 9 | <!-- <view class="status-num">1000人</view> --> |
| 10 | 10 | </view> | ... | ... |
ceres-uniapp-master/pages_category_page2/livePage/index.vue
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | /> |
| 9 | 9 | </view> |
| 10 | 10 | <view v-if="ifShow" class="emptyCart-box"> |
| 11 | - <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectEmpty.png"></image> | |
| 11 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectEmpty.png"></image> | |
| 12 | 12 | <label class="text font-color-999 fs26 mar-top-30">暂无直播~</label> |
| 13 | 13 | </view> |
| 14 | 14 | </view> | ... | ... |
ceres-uniapp-master/pages_category_page2/orderModule/afterSale.vue
| ... | ... | @@ -10,10 +10,10 @@ |
| 10 | 10 | <view class="top-l" @click="goShop(item.shopId)"> |
| 11 | 11 | <image :src="item.shopLogo" class="shop-img"></image> |
| 12 | 12 | <text class="shop-name">{{item.shopName}}</text> |
| 13 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png" class="arrow-img"></image> | |
| 13 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png" class="arrow-img"></image> | |
| 14 | 14 | </view> |
| 15 | 15 | <view class="top-r"> |
| 16 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/afterSaleTuikuan.png" class="order-status-img"></image> | |
| 16 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/afterSaleTuikuan.png" class="order-status-img"></image> | |
| 17 | 17 | <text class="order-status">{{item.afterType==1?'退款':'退货'}}</text> |
| 18 | 18 | </view> |
| 19 | 19 | </view> |
| ... | ... | @@ -73,7 +73,7 @@ |
| 73 | 73 | </view> |
| 74 | 74 | </view> |
| 75 | 75 | <view v-if="ifEmpty" class="emptyCart-box flex-items-plus flex-column"> |
| 76 | - <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 76 | + <image class="emptyCart-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 77 | 77 | <label class="font-color-999 fs26 mar-top-30">暂无售后记录~</label> |
| 78 | 78 | </view> |
| 79 | 79 | </view> | ... | ... |
ceres-uniapp-master/pages_category_page2/orderModule/refundDetails.vue
| ... | ... | @@ -265,7 +265,7 @@ page { |
| 265 | 265 | .order-details-status { |
| 266 | 266 | width: 100%; |
| 267 | 267 | height: 302upx; |
| 268 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/refundBg.png") no-repeat left top; | |
| 268 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/refundBg.png") no-repeat left top; | |
| 269 | 269 | background-size: contain; |
| 270 | 270 | } |
| 271 | 271 | ... | ... |
ceres-uniapp-master/pages_category_page2/orderModule/returnDetails.vue
| ... | ... | @@ -99,7 +99,7 @@ |
| 99 | 99 | <view class="address-box" v-if='status == 10'> |
| 100 | 100 | <view>商家已同意退货申请,请尽早发货。</view> |
| 101 | 101 | <view class="address-info"> |
| 102 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/expressSiteIcon.png" class="address-img"></image> | |
| 102 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/expressSiteIcon.png" class="address-img"></image> | |
| 103 | 103 | <view class="address-info-r"> |
| 104 | 104 | <view class="item"> |
| 105 | 105 | <text><text class="title">收货人</text>:</text> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/accountLogin.vue
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | <view style="margin-right: 30rpx"> |
| 14 | 14 | <image |
| 15 | 15 | class="loginIcon" |
| 16 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/phone.png" | |
| 16 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/phone.png" | |
| 17 | 17 | ></image> |
| 18 | 18 | </view> |
| 19 | 19 | <view> |
| ... | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 | <view style="margin-right: 30rpx"> |
| 32 | 32 | <image |
| 33 | 33 | class="loginIcon" |
| 34 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/code.png" | |
| 34 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/code.png" | |
| 35 | 35 | ></image> |
| 36 | 36 | </view> |
| 37 | 37 | <view> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/addAddress.vue
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | <!-- <city-select v-model="locationShowFalg" @city-change="cityChange"></city-select>--> |
| 19 | 19 | <u-picker-cere mode="region" v-model="locationShowFalg" @confirm="cityChange" :default-region='addressData.defaultRegion' title="所在地"></u-picker-cere> |
| 20 | 20 | <text v-model="addressData.ssqText">{{addressData.ssqText}}</text> |
| 21 | - <image class="arrow mar-left-20" src="https://jy.scjysm.asia:18086/mefile/file/static/images/greyArrow.png"></image> | |
| 21 | + <image class="arrow mar-left-20" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/greyArrow.png"></image> | |
| 22 | 22 | </view> |
| 23 | 23 | </view> |
| 24 | 24 | <view class="detailAddress-box"> |
| ... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 | <view class="fs28 addressTag">地址标签</view> |
| 31 | 31 | <view class="flex-items"> |
| 32 | 32 | <text v-model="tag">{{tag}}</text> |
| 33 | - <image class="arrow mar-left-20" src="https://jy.scjysm.asia:18086/mefile/file/static/images/greyArrow.png"></image> | |
| 33 | + <image class="arrow mar-left-20" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/greyArrow.png"></image> | |
| 34 | 34 | </view> |
| 35 | 35 | </view> |
| 36 | 36 | <view class="defaultState-box flex-row-plus flex-sp-between flex-items"> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/address.vue
| ... | ... | @@ -20,14 +20,14 @@ |
| 20 | 20 | </view> |
| 21 | 21 | </view> |
| 22 | 22 | <view v-else class="emptyAddress-box"> |
| 23 | - <image class="emptyAddress" src="https://jy.scjysm.asia:18086/mefile/file/static/img//noAddress.png"></image> | |
| 23 | + <image class="emptyAddress" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//noAddress.png"></image> | |
| 24 | 24 | <text>你还没有添加地址哦~</text> |
| 25 | 25 | </view> |
| 26 | 26 | <!-- #ifdef MP-WEIXIN --> |
| 27 | 27 | <view class="wxAddressNBox"> |
| 28 | 28 | <view class="flex-items btnBox flex-sp-between"> |
| 29 | 29 | <view class="wxAddress btn flex-items flex-center" @click="wxAddFn"> |
| 30 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/weixin2x.png"></image> | |
| 30 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/weixin2x.png"></image> | |
| 31 | 31 | <text>微信导入</text> |
| 32 | 32 | </view> |
| 33 | 33 | <view class="addAddressBtn btn" @click="addAddressClick">添加新地址</view> |
| ... | ... | @@ -341,7 +341,7 @@ |
| 341 | 341 | width: 50rpx; |
| 342 | 342 | height: 50rpx; |
| 343 | 343 | display: block; |
| 344 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addEdit.png") no-repeat center center; | |
| 344 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/addEdit.png") no-repeat center center; | |
| 345 | 345 | background-size: contain; |
| 346 | 346 | } |
| 347 | 347 | } | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/bankcard.vue
| ... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | </view> |
| 18 | 18 | </view> |
| 19 | 19 | <view v-if="ifEmpty" class="emptyBankcard-box"> |
| 20 | - <image class="emptyBankcard" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 20 | + <image class="emptyBankcard" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 21 | 21 | <label>你还没有添加银行卡哦~</label> |
| 22 | 22 | </view> |
| 23 | 23 | <view class="addBankcard-box"> |
| ... | ... | @@ -116,7 +116,7 @@ |
| 116 | 116 | <style lang="scss"> |
| 117 | 117 | .container{ |
| 118 | 118 | .bankcardList { |
| 119 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/addBankBg.png") no-repeat left top; | |
| 119 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/addBankBg.png") no-repeat left top; | |
| 120 | 120 | background-size: contain; |
| 121 | 121 | display: block; |
| 122 | 122 | padding-bottom: 85px; |
| ... | ... | @@ -158,7 +158,7 @@ |
| 158 | 158 | .bankcard-detail { |
| 159 | 159 | width: 100%; |
| 160 | 160 | height: 334rpx; |
| 161 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/accountBg.png") no-repeat left top; | |
| 161 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/accountBg.png") no-repeat left top; | |
| 162 | 162 | background-size: contain; |
| 163 | 163 | border-radius: 18rpx; |
| 164 | 164 | .bankname { | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/bindPhone.vue
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | <view class="phoneVerify" v-if="verifyType == 1"> |
| 20 | 20 | <view class="iphoneNum-box flex-row-plus flex-items"> |
| 21 | 21 | <view style="margin-right: 30rpx"> |
| 22 | - <image class="loginIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/phone.png"></image> | |
| 22 | + <image class="loginIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/phone.png"></image> | |
| 23 | 23 | </view> |
| 24 | 24 | <view> |
| 25 | 25 | <input v-model="phone" placeholder-class="iphoneNum-input" type="number" placeholder="请输入您的手机号" /> |
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | <view class="flex-row-plus mar-top-20"> |
| 29 | 29 | <view class="code-box"> |
| 30 | 30 | <view style="margin-right: 30rpx"> |
| 31 | - <image class="loginIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/code.png"></image> | |
| 31 | + <image class="loginIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/code.png"></image> | |
| 32 | 32 | </view> |
| 33 | 33 | <view> |
| 34 | 34 | <input v-model="code" placeholder-class="codeNum-input" placeholder="请输入验证码" /> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/collection.vue
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | <view class="wid function-box"> |
| 12 | 12 | <view class="finishbox" @click="finishClick" v-if="allCheckShow">完成</view> |
| 13 | 13 | <view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick"> |
| 14 | - <image class="editicon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectionEditicon.png"> | |
| 14 | + <image class="editicon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectionEditicon.png"> | |
| 15 | 15 | </image> |
| 16 | 16 | <text class="mar-left-10">编辑</text> |
| 17 | 17 | </view> |
| ... | ... | @@ -27,10 +27,10 @@ |
| 27 | 27 | <view class="flex-items selctBtn" v-show="allCheckShow"> |
| 28 | 28 | <image mode="aspectFill" v-if="item.selected == 1" |
| 29 | 29 | @click.stop="productItemSel(index,0)" |
| 30 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 30 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 31 | 31 | class="cart-select-img"></image> |
| 32 | 32 | <image mode="aspectFill" v-else @click.stop="productItemSel(index,1)" |
| 33 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 33 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 34 | 34 | class="cart-select-img"></image> |
| 35 | 35 | </view> |
| 36 | 36 | <view class="infoCent flex-items"> |
| ... | ... | @@ -42,13 +42,13 @@ |
| 42 | 42 | <view class="flex-items"> |
| 43 | 43 | <!-- <image v-if="item.activityType" class="iconImg mar-right-10" |
| 44 | 44 | :src="imgs[item.activityType]"></image> --> |
| 45 | - <image v-if="item.activityType===1" class="iconImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png" alt="拼团icon"></image> | |
| 46 | - <image v-if="item.activityType === 2" class="iconImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" alt="秒杀活动"></image> | |
| 47 | - <image v-if="item.activityType === 3" class="iconImg discountIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/38184785db4b4fbca767ada611097ae9_discount.png" alt="限时折扣活动"></image> | |
| 48 | - <image v-if="item.activityType === 4" class="iconImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" alt="平台秒杀"></image> | |
| 49 | - <image v-if="item.activityType===5" class="iconImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png" alt="平台折扣"></image> | |
| 50 | - <image v-if="item.activityType===9" class="iconImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png" alt="会员价"></image> | |
| 51 | - <image v-if="item.activityType === 8" class="iconImg" src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" alt="场景营销"></image> | |
| 45 | + <image v-if="item.activityType===1" class="iconImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/groupBuyIcon.png" alt="拼团icon"></image> | |
| 46 | + <image v-if="item.activityType === 2" class="iconImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png" alt="秒杀活动"></image> | |
| 47 | + <image v-if="item.activityType === 3" class="iconImg discountIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/38184785db4b4fbca767ada611097ae9_discount.png" alt="限时折扣活动"></image> | |
| 48 | + <image v-if="item.activityType === 4" class="iconImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png" alt="平台秒杀"></image> | |
| 49 | + <image v-if="item.activityType===5" class="iconImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png" alt="平台折扣"></image> | |
| 50 | + <image v-if="item.activityType===9" class="iconImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/memberCenterIcon.png" alt="会员价"></image> | |
| 51 | + <image v-if="item.activityType === 8" class="iconImg" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/zhekou.png" alt="场景营销"></image> | |
| 52 | 52 | <text class="fs40 font-color-C83732">¥</text> |
| 53 | 53 | <text class="fs40 font-color-C83732 mar-right-20">{{item.price}}</text> |
| 54 | 54 | <text |
| ... | ... | @@ -65,9 +65,9 @@ |
| 65 | 65 | <view v-show="allCheckShow" class="allcheck-box flex-row-plus flex-sp-between flex-items"> |
| 66 | 66 | <view class="left"> |
| 67 | 67 | <image mode="aspectFill" v-if="isAllProCheck" |
| 68 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" class="cart-select-img" | |
| 68 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" class="cart-select-img" | |
| 69 | 69 | @click="allProductSel(0)"></image> |
| 70 | - <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 70 | + <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 71 | 71 | class="cart-select-img" @click="allProductSel(1)"></image> |
| 72 | 72 | <text>全选</text> |
| 73 | 73 | </view> |
| ... | ... | @@ -78,7 +78,7 @@ |
| 78 | 78 | <view v-if="allCheckShow" class="pad-bot-140"></view> |
| 79 | 79 | </view> |
| 80 | 80 | <view v-if="productCollect.length==0&&proCollectShow" class="mar-top-60 empty-box"> |
| 81 | - <image class="collect-empty" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectEmpty.png"></image> | |
| 81 | + <image class="collect-empty" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectEmpty.png"></image> | |
| 82 | 82 | <view class="tohome-box flex-items-plus">暂无收藏</view> |
| 83 | 83 | </view> |
| 84 | 84 | </view> |
| ... | ... | @@ -86,7 +86,7 @@ |
| 86 | 86 | <view v-if="storeCollect.length>0"> |
| 87 | 87 | <view class="finishbox" @click="finishClick" v-if="allCheckShow">完成</view> |
| 88 | 88 | <view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick"> |
| 89 | - <image class="editicon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectionEditicon.png"> | |
| 89 | + <image class="editicon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectionEditicon.png"> | |
| 90 | 90 | </image> |
| 91 | 91 | <text class="mar-left-10">编辑</text> |
| 92 | 92 | </view> |
| ... | ... | @@ -98,10 +98,10 @@ |
| 98 | 98 | <view v-show="allCheckShow" class="selctBtn flex-items"> |
| 99 | 99 | <image mode="aspectFill" v-if="item.selected == 1" |
| 100 | 100 | @click.stop="storeItemSel(index,0)" |
| 101 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 101 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 102 | 102 | class="cart-select-img"></image> |
| 103 | 103 | <image mode="aspectFill" v-else @click.stop="storeItemSel(index,1)" |
| 104 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 104 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 105 | 105 | class="cart-select-img"></image> |
| 106 | 106 | </view> |
| 107 | 107 | <view class="infoCent"> |
| ... | ... | @@ -116,7 +116,7 @@ |
| 116 | 116 | </view> |
| 117 | 117 | <view class="toStore flex-items-plus fs24" @click="toStoreClick(item.shopId)"> |
| 118 | 118 | 进入店铺 |
| 119 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/arrowR.png"></image> | |
| 119 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowR.png"></image> | |
| 120 | 120 | </view> |
| 121 | 121 | </view> |
| 122 | 122 | <view class="shopImgBox" v-if="item.productList.length>0"> |
| ... | ... | @@ -134,9 +134,9 @@ |
| 134 | 134 | <view v-show="allCheckShow" class="allcheck-box flex-row-plus flex-sp-between flex-items"> |
| 135 | 135 | <view class="left"> |
| 136 | 136 | <image mode="aspectFill" v-if="isAllStoreCheck" |
| 137 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" class="cart-select-img" | |
| 137 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" class="cart-select-img" | |
| 138 | 138 | @click="allStoreSel(0)"></image> |
| 139 | - <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 139 | + <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 140 | 140 | class="cart-select-img" @click="allStoreSel(1)"></image> |
| 141 | 141 | <text>全选</text> |
| 142 | 142 | </view> |
| ... | ... | @@ -147,7 +147,7 @@ |
| 147 | 147 | <view v-if="allCheckShow" class="pad-bot-140"></view> |
| 148 | 148 | </view> |
| 149 | 149 | <view v-if="storeCollect.length==0&&storeCollectShow" class="mar-top-60 empty-box"> |
| 150 | - <image class="collect-empty" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectEmpty.png"></image> | |
| 150 | + <image class="collect-empty" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectEmpty.png"></image> | |
| 151 | 151 | <view class="tohome-box flex-items-plus">暂无收藏</view> |
| 152 | 152 | </view> |
| 153 | 153 | </view> |
| ... | ... | @@ -170,7 +170,7 @@ |
| 170 | 170 | </view> |
| 171 | 171 | </view> |
| 172 | 172 | <view v-if="cardModal" @click="cardModal = false" class="cancelDel"> |
| 173 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/cancelClose.png" mode=""></image> | |
| 173 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/cancelClose.png" mode=""></image> | |
| 174 | 174 | </view> |
| 175 | 175 | </tui-modal> |
| 176 | 176 | </view> |
| ... | ... | @@ -187,11 +187,11 @@ |
| 187 | 187 | data() { |
| 188 | 188 | return { |
| 189 | 189 | imgs: [ |
| 190 | - 'https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png', | |
| 191 | - 'https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png', | |
| 192 | - 'https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png', | |
| 193 | - 'https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png', | |
| 194 | - 'https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png', | |
| 190 | + 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/groupBuyIcon.png', | |
| 191 | + 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png', | |
| 192 | + 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png', | |
| 193 | + 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png', | |
| 194 | + 'https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png', | |
| 195 | 195 | ], |
| 196 | 196 | collectionTypeList: [{ |
| 197 | 197 | name: '商品' |
| ... | ... | @@ -821,7 +821,7 @@ |
| 821 | 821 | width: 60rpx; |
| 822 | 822 | height: 60rpx; |
| 823 | 823 | display: block; |
| 824 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/delIcon.png") no-repeat center center; | |
| 824 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/delIcon.png") no-repeat center center; | |
| 825 | 825 | background-size: contain; |
| 826 | 826 | } |
| 827 | 827 | </style> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/coupon.vue
| ... | ... | @@ -18,13 +18,13 @@ |
| 18 | 18 | </view> |
| 19 | 19 | </view> |
| 20 | 20 | <view v-if="ifEmpty" class="emptyOrder-box flex-items-plus flex-column"> |
| 21 | - <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 21 | + <image class="emptyOrder-img" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 22 | 22 | <label class="font-color-999 fs26 mar-top-30">你还没有优惠券哦~</label> |
| 23 | 23 | </view> |
| 24 | 24 | </view> |
| 25 | 25 | <!-- 触底 --> |
| 26 | 26 | <view class="reachBottom" v-if="topLeft > 400 && list.length > 0"> |
| 27 | - <image class="reach-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/img//reachBottom.png" mode="widthFix"></image> | |
| 27 | + <image class="reach-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//reachBottom.png" mode="widthFix"></image> | |
| 28 | 28 | <text class="reach-text">这里到底了哦~~</text> |
| 29 | 29 | </view> |
| 30 | 30 | </view> |
| ... | ... | @@ -103,7 +103,7 @@ |
| 103 | 103 | .item { |
| 104 | 104 | width: 50%; |
| 105 | 105 | height: 291rpx; |
| 106 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/couponsIcon.png") no-repeat center top; | |
| 106 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/couponsIcon.png") no-repeat center top; | |
| 107 | 107 | border-radius: 10rpx; |
| 108 | 108 | margin-top: 20rpx; |
| 109 | 109 | display: flex; | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/footprintList.vue
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | <view class="wid function-box"> |
| 12 | 12 | <view class="finishbox" @click="finishClick" v-if="allCheckShow">完成</view> |
| 13 | 13 | <view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick"> |
| 14 | - <image class="editicon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectionEditicon.png"></image> | |
| 14 | + <image class="editicon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectionEditicon.png"></image> | |
| 15 | 15 | <label class="mar-left-10">编辑</label> |
| 16 | 16 | </view> |
| 17 | 17 | </view> |
| ... | ... | @@ -25,21 +25,21 @@ |
| 25 | 25 | <view class="itemBox"> |
| 26 | 26 | <view @click.stop="toGoodsDetails(item.productId,item.shopId,item.skuId)" class="item wid flex-display"> |
| 27 | 27 | <view v-if="allCheckShow" class="selectIconBox"> |
| 28 | - <image v-if="item.selected == 1" @click.stop="footItemSel(index,findex,0)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" class="cart-select-img"></image> | |
| 29 | - <image v-else @click.stop="footItemSel(index,findex,1)" src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" class="cart-select-img"></image> | |
| 28 | + <image v-if="item.selected == 1" @click.stop="footItemSel(index,findex,0)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" class="cart-select-img"></image> | |
| 29 | + <image v-else @click.stop="footItemSel(index,findex,1)" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" class="cart-select-img"></image> | |
| 30 | 30 | </view> |
| 31 | 31 | <image class="product-img default-img" mode="aspectFill" :src="item.image" /> |
| 32 | 32 | <!-- 此层wrap在此为必写的,否则可能会出现标题定位错误 --> |
| 33 | 33 | <view class="title-wrap mar-left-20"> |
| 34 | 34 | <text class="title u-line-2 fs28">{{ item.productName }}</text> |
| 35 | 35 | <view class="flex-items"> |
| 36 | - <image v-if="item.activityType===1" class="iconType" src="https://jy.scjysm.asia:18086/mefile/file/static/images/groupBuyIcon.png" alt="拼团icon"></image> | |
| 37 | - <image v-if="item.activityType === 2" class="iconType" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" alt="秒杀活动"></image> | |
| 38 | - <image v-if="item.activityType === 3" class="iconType discountIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/38184785db4b4fbca767ada611097ae9_discount.png" alt="限时折扣活动"></image> | |
| 39 | - <image v-if="item.activityType === 4" class="iconType" src="https://jy.scjysm.asia:18086/mefile/file/static/images/spikeIcon.png" alt="平台秒杀"></image> | |
| 40 | - <image v-if="item.activityType===5" class="iconType" src="https://jy.scjysm.asia:18086/mefile/file/static/images/discountListIcon.png" alt="平台折扣"></image> | |
| 41 | - <image v-if="item.activityType===9" class="iconType" src="https://jy.scjysm.asia:18086/mefile/file/static/images/memberCenterIcon.png" alt="会员价"></image> | |
| 42 | - <image v-if="item.activityType === 8" class="iconType" src="https://jy.scjysm.asia:18086/mefile/file/static/images/zhekou.png" alt="场景营销"></image> | |
| 36 | + <image v-if="item.activityType===1" class="iconType" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/groupBuyIcon.png" alt="拼团icon"></image> | |
| 37 | + <image v-if="item.activityType === 2" class="iconType" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png" alt="秒杀活动"></image> | |
| 38 | + <image v-if="item.activityType === 3" class="iconType discountIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/38184785db4b4fbca767ada611097ae9_discount.png" alt="限时折扣活动"></image> | |
| 39 | + <image v-if="item.activityType === 4" class="iconType" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spikeIcon.png" alt="平台秒杀"></image> | |
| 40 | + <image v-if="item.activityType===5" class="iconType" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discountListIcon.png" alt="平台折扣"></image> | |
| 41 | + <image v-if="item.activityType===9" class="iconType" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/memberCenterIcon.png" alt="会员价"></image> | |
| 42 | + <image v-if="item.activityType === 8" class="iconType" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/zhekou.png" alt="场景营销"></image> | |
| 43 | 43 | <label class="fs40 mar-right-20 font-color-C83732">¥{{ item.price }}</label> |
| 44 | 44 | <label class="font-color-CCC discountsPriceLine fs24">¥{{ item.originalPrice }}</label> |
| 45 | 45 | </view> |
| ... | ... | @@ -51,8 +51,8 @@ |
| 51 | 51 | </view> |
| 52 | 52 | <view v-show="allCheckShow" class="allcheck-box flex-row-plus flex-sp-between flex-items"> |
| 53 | 53 | <view class="left"> |
| 54 | - <image v-if="isAllCheck" src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" class="cart-select-img" @click="allSel(0)"></image> | |
| 55 | - <image v-else src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" class="cart-select-img" @click="allSel(1)"></image> | |
| 54 | + <image v-if="isAllCheck" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" class="cart-select-img" @click="allSel(0)"></image> | |
| 55 | + <image v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" class="cart-select-img" @click="allSel(1)"></image> | |
| 56 | 56 | <text>全选</text> |
| 57 | 57 | </view> |
| 58 | 58 | <view class="right"> |
| ... | ... | @@ -62,7 +62,7 @@ |
| 62 | 62 | <view v-if="allCheckShow" class="pad-bot-140"></view> |
| 63 | 63 | </view> |
| 64 | 64 | <view v-else class="mar-top-100 empty-box" @click="goToIndex"> |
| 65 | - <image class="footprint-empty" src="https://jy.scjysm.asia:18086/mefile/file/static/images/dkyaemtmfwfxbvtuyyhi.png"></image> | |
| 65 | + <image class="footprint-empty" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/dkyaemtmfwfxbvtuyyhi.png"></image> | |
| 66 | 66 | <view class="tohome-box flex-items-plus">去首页逛逛</view> |
| 67 | 67 | </view> |
| 68 | 68 | |
| ... | ... | @@ -78,7 +78,7 @@ |
| 78 | 78 | <view class="btn submit" @click="footprintDel">确定</view> |
| 79 | 79 | </view> |
| 80 | 80 | <view v-if="cardModal" @click="cardModal = false" class="cancelDel"> |
| 81 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/cancelClose.png" mode=""></image> | |
| 81 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/cancelClose.png" mode=""></image> | |
| 82 | 82 | </view> |
| 83 | 83 | </tui-modal> |
| 84 | 84 | </view> |
| ... | ... | @@ -497,7 +497,7 @@ page { |
| 497 | 497 | width: 60rpx; |
| 498 | 498 | height: 60rpx; |
| 499 | 499 | display: block; |
| 500 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/delIcon.png") no-repeat center center; | |
| 500 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/delIcon.png") no-repeat center center; | |
| 501 | 501 | background-size: contain; |
| 502 | 502 | } |
| 503 | 503 | </style> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/memberAccount.vue
| ... | ... | @@ -14,9 +14,9 @@ |
| 14 | 14 | </view> |
| 15 | 15 | <view class="balance-operation"> |
| 16 | 16 | <view class="item-btn" @click="memberAccountWithdraw"> |
| 17 | - <image class="item-btn-icon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/withdraw.png" mode="widthFix"></image> | |
| 17 | + <image class="item-btn-icon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/withdraw.png" mode="widthFix"></image> | |
| 18 | 18 | <view class="item-btn-text">提现</view> |
| 19 | - <image class="item-btn-right" src="https://jy.scjysm.asia:18086/mefile/file/static/images/greyArrow.png" mode="widthFix"></image> | |
| 19 | + <image class="item-btn-right" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/greyArrow.png" mode="widthFix"></image> | |
| 20 | 20 | </view> |
| 21 | 21 | </view> |
| 22 | 22 | </view> |
| ... | ... | @@ -94,14 +94,14 @@ page { |
| 94 | 94 | .balance{ |
| 95 | 95 | display: block; |
| 96 | 96 | height: 400rpx; |
| 97 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/bankBg.png") no-repeat left top; | |
| 97 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/bankBg.png") no-repeat left top; | |
| 98 | 98 | background-size: cover; |
| 99 | 99 | text-align:center; |
| 100 | 100 | padding: 100rpx 20rpx 0 20rpx; |
| 101 | 101 | } |
| 102 | 102 | .balanceInfo { |
| 103 | 103 | width: 712rpx; |
| 104 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/accountBg.png") no-repeat left top; | |
| 104 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/accountBg.png") no-repeat left top; | |
| 105 | 105 | height: 342rpx; |
| 106 | 106 | background-size: cover; |
| 107 | 107 | margin: -300rpx auto 0 auto; | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/messageCenter.vue
| ... | ... | @@ -17,14 +17,14 @@ |
| 17 | 17 | <view class="messageType"> |
| 18 | 18 | <view v-if="item.noticeType == 1" class="messageTypeL"> |
| 19 | 19 | <view class="iconBox"> |
| 20 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/notice.png" alt=""></image> | |
| 20 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/notice.png" alt=""></image> | |
| 21 | 21 | <view class="redBox" v-if="item.ifRead ===0"></view> |
| 22 | 22 | </view> |
| 23 | 23 | <span>订单消息</span> |
| 24 | 24 | </view> |
| 25 | 25 | <view v-else class="messageTypeL"> |
| 26 | 26 | <view class="iconBox"> |
| 27 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/notice.png" alt=""></image> | |
| 27 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/notice.png" alt=""></image> | |
| 28 | 28 | </view> |
| 29 | 29 | <span>系统公告</span> |
| 30 | 30 | </view> |
| ... | ... | @@ -42,7 +42,7 @@ |
| 42 | 42 | </u-swipe-action> |
| 43 | 43 | </view> |
| 44 | 44 | <view v-if="ifEmpty" class="empty-box"> |
| 45 | - <image class="question-empty" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 45 | + <image class="question-empty" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 46 | 46 | <view class="tohome-box flex-items-plus">暂无消息</view> |
| 47 | 47 | </view> |
| 48 | 48 | </view> |
| ... | ... | @@ -371,7 +371,7 @@ |
| 371 | 371 | display: block; |
| 372 | 372 | width: 28upx; |
| 373 | 373 | height: 28upx; |
| 374 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/arrowRight.png") no-repeat center center; | |
| 374 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrowRight.png") no-repeat center center; | |
| 375 | 375 | background-size: contain; |
| 376 | 376 | } |
| 377 | 377 | } | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/personalDetails.vue
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 | <view class="personalHead-box flex-sp-between flex-display flex-items"> |
| 7 | 7 | <label>头像</label> |
| 8 | 8 | <image class="user-headImg" v-if="item.headImage" :src="item.headImage"></image> |
| 9 | - <image class="user-headImg" v-else src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/morentouxiang.png"> | |
| 9 | + <image class="user-headImg" v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/morentouxiang.png"> | |
| 10 | 10 | </image> |
| 11 | 11 | </view> |
| 12 | 12 | </view> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/questionList.vue
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | <view class="wid function-box"> |
| 12 | 12 | <view class="finishbox" @click="finishClick" v-if="allCheckShow">完成</view> |
| 13 | 13 | <view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick"> |
| 14 | - <image class="editicon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectionEditicon.png"> | |
| 14 | + <image class="editicon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectionEditicon.png"> | |
| 15 | 15 | </image> |
| 16 | 16 | <text class="mar-left-10">编辑</text> |
| 17 | 17 | </view> |
| ... | ... | @@ -25,10 +25,10 @@ |
| 25 | 25 | <view v-show="allCheckShow"> |
| 26 | 26 | <image mode="aspectFill" v-if="item.selected == 1" |
| 27 | 27 | @click.stop="problemItemSel(index,0)" |
| 28 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 28 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 29 | 29 | class="cart-select-img"></image> |
| 30 | 30 | <image mode="aspectFill" v-else @click.stop="problemItemSel(index,1)" |
| 31 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 31 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 32 | 32 | class="cart-select-img"></image> |
| 33 | 33 | </view> |
| 34 | 34 | <!-- <image class="product-img" mode="aspectFill" :src="item.image" />--> |
| ... | ... | @@ -52,9 +52,9 @@ |
| 52 | 52 | <view v-show="allCheckShow" class="allcheck-box flex-row-plus flex-sp-between flex-items"> |
| 53 | 53 | <view class="left"> |
| 54 | 54 | <image mode="aspectFill" v-if="isAllProblemCheck" |
| 55 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" class="cart-select-img" | |
| 55 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" class="cart-select-img" | |
| 56 | 56 | @click="allProblemSel(0)"></image> |
| 57 | - <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 57 | + <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 58 | 58 | class="cart-select-img" @click="allProblemSel(1)"></image> |
| 59 | 59 | <text>全选</text> |
| 60 | 60 | </view> |
| ... | ... | @@ -65,7 +65,7 @@ |
| 65 | 65 | <view v-if="allCheckShow" class="pad-bot-140"></view> |
| 66 | 66 | </view> |
| 67 | 67 | <view v-if="ifEmpty" class="empty-box"> |
| 68 | - <image class="question-empty" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 68 | + <image class="question-empty" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 69 | 69 | <view class="tohome-box flex-items-plus">暂无提问内容</view> |
| 70 | 70 | </view> |
| 71 | 71 | </view> |
| ... | ... | @@ -73,7 +73,7 @@ |
| 73 | 73 | <view v-if="answerList.length > 0"> |
| 74 | 74 | <view class="finishbox" @click="finishClick" v-if="allCheckShow">完成</view> |
| 75 | 75 | <view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick"> |
| 76 | - <image class="editicon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/collectionEditicon.png"> | |
| 76 | + <image class="editicon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/collectionEditicon.png"> | |
| 77 | 77 | </image> |
| 78 | 78 | <text class="mar-left-10">编辑</text> |
| 79 | 79 | </view> |
| ... | ... | @@ -87,10 +87,10 @@ |
| 87 | 87 | <view v-show="allCheckShow"> |
| 88 | 88 | <image mode="aspectFill" v-if="item.selected == 1" |
| 89 | 89 | @click.stop="answerItemSel(index,0)" |
| 90 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" | |
| 90 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" | |
| 91 | 91 | class="cart-select-img"></image> |
| 92 | 92 | <image mode="aspectFill" v-else @click.stop="answerItemSel(index,1)" |
| 93 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 93 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 94 | 94 | class="cart-select-img"></image> |
| 95 | 95 | </view> |
| 96 | 96 | <!-- <image class="product-img" mode="aspectFill" :src="item.image" />--> |
| ... | ... | @@ -112,7 +112,7 @@ |
| 112 | 112 | <view class="qAarrow mar-top-30 flex-items"> |
| 113 | 113 | <text class="fs24 font-color-C5AA7B">共{{item.count}}个回答</text> |
| 114 | 114 | <image class="item-btn-right" |
| 115 | - src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png" | |
| 115 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png" | |
| 116 | 116 | mode="widthFix"></image> |
| 117 | 117 | </view> |
| 118 | 118 | </view> |
| ... | ... | @@ -126,9 +126,9 @@ |
| 126 | 126 | <view v-show="allCheckShow" class="allcheck-box flex-row-plus flex-sp-between flex-items"> |
| 127 | 127 | <view class="left"> |
| 128 | 128 | <image mode="aspectFill" v-if="isAllAnswerCheck" |
| 129 | - src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectActive.png" class="cart-select-img" | |
| 129 | + src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectActive.png" class="cart-select-img" | |
| 130 | 130 | @click="allAnswerSel(0)"></image> |
| 131 | - <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/mefile/file/static/images/selectEmpty.png" | |
| 131 | + <image mode="aspectFill" v-else src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/selectEmpty.png" | |
| 132 | 132 | class="cart-select-img" @click="allAnswerSel(1)"></image> |
| 133 | 133 | <text>全选</text> |
| 134 | 134 | </view> |
| ... | ... | @@ -139,7 +139,7 @@ |
| 139 | 139 | <view v-if="allCheckShow" class="pad-bot-140"></view> |
| 140 | 140 | </view> |
| 141 | 141 | <view v-if="ifEmpty" class="empty-box"> |
| 142 | - <image class="question-empty" src="https://jy.scjysm.asia:18086/mefile/file/static/img//bgnull.png"></image> | |
| 142 | + <image class="question-empty" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"></image> | |
| 143 | 143 | <view class="tohome-box flex-items-plus">暂无问答内容</view> |
| 144 | 144 | </view> |
| 145 | 145 | </view> |
| ... | ... | @@ -158,7 +158,7 @@ |
| 158 | 158 | </view> |
| 159 | 159 | </view> |
| 160 | 160 | <view @click="cancelClick" class="cancelDel"> |
| 161 | - <image src="https://jy.scjysm.asia:18086/mefile/file/static/images/cancelClose.png" mode=""></image> | |
| 161 | + <image src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/cancelClose.png" mode=""></image> | |
| 162 | 162 | </view> |
| 163 | 163 | </tui-modal> |
| 164 | 164 | </view> |
| ... | ... | @@ -756,7 +756,7 @@ |
| 756 | 756 | width: 60rpx; |
| 757 | 757 | height: 60rpx; |
| 758 | 758 | display: block; |
| 759 | - background: url("https://jy.scjysm.asia:18086/mefile/file/static/images/delIcon.png") no-repeat center center; | |
| 759 | + background: url("https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/delIcon.png") no-repeat center center; | |
| 760 | 760 | background-size: contain; |
| 761 | 761 | } |
| 762 | 762 | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/register.vue
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | <view> |
| 10 | 10 | <view class="iphoneNum-box flex-row-plus flex-items"> |
| 11 | 11 | <view> |
| 12 | - <image class="loginIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/phone.png"></image> | |
| 12 | + <image class="loginIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/phone.png"></image> | |
| 13 | 13 | </view> |
| 14 | 14 | <view style="margin-left: 40rpx;"> |
| 15 | 15 | <input v-model="phone" class="iphoneNum-inputbox" placeholder-class="iphoneNum-input" type="number" |
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | <view class="flex-row-plus mar-top-20"> |
| 20 | 20 | <view class="code-box"> |
| 21 | 21 | <view> |
| 22 | - <image class="loginIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/code.png"></image> | |
| 22 | + <image class="loginIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/code.png"></image> | |
| 23 | 23 | </view> |
| 24 | 24 | <view style="margin-left: 40rpx;"> |
| 25 | 25 | <input v-model="RegisterQuery.code" :maxlength="4" class="codeNum-inputbox" placeholder-class="codeNum-input" | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/unsubscribeCode.vue
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | </view> |
| 8 | 8 | <view class="iphoneNum-box flex-row-plus flex-items"> |
| 9 | 9 | <view style="margin-right: 30rpx"> |
| 10 | - <image class="loginIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/phone.png"></image> | |
| 10 | + <image class="loginIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/phone.png"></image> | |
| 11 | 11 | </view> |
| 12 | 12 | <view> |
| 13 | 13 | <input v-model="userInfo.phone" placeholder-class="iphoneNum-input" type="number" disabled |
| ... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 | <view class="flex-row-plus mar-top-20"> |
| 18 | 18 | <view class="code-box"> |
| 19 | 19 | <view style="margin-right: 30rpx"> |
| 20 | - <image class="loginIcon" src="https://jy.scjysm.asia:18086/mefile/file/static/images/code.png"></image> | |
| 20 | + <image class="loginIcon" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/code.png"></image> | |
| 21 | 21 | </view> |
| 22 | 22 | <view> |
| 23 | 23 | <input v-model="code" placeholder-class="codeNum-input" placeholder="请输入验证码" /> | ... | ... |
ceres-uniapp-master/pages_category_page2/userModule/withdraw.vue
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | <view class="fs28 addressTag">银行卡</view> |
| 9 | 9 | <view> |
| 10 | 10 | <label v-model="cardNum">{{cardNum}}</label> |
| 11 | - <image class="arrow mar-left-20" src="https://jy.scjysm.asia:18086/mefile/file/static/img//user/arrow.png"></image> | |
| 11 | + <image class="arrow mar-left-20" src="https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"></image> | |
| 12 | 12 | </view> |
| 13 | 13 | </view> |
| 14 | 14 | <view class="apply-box"> | ... | ... |
lvdao-miniapp/pages.json
| ... | ... | @@ -323,7 +323,14 @@ |
| 323 | 323 | } |
| 324 | 324 | }, |
| 325 | 325 | { |
| 326 | - "path": "pages/procedureDetail/procedureDetail", | |
| 326 | + "path": "pages/procedureList/procedureList", | |
| 327 | + "style": { | |
| 328 | + "navigationBarTitleText": "通知列表", | |
| 329 | + "navigationBarBackgroundColor": "#FFFFFF" | |
| 330 | + } | |
| 331 | + }, | |
| 332 | + { | |
| 333 | + "path": "pages/procedureList/procedureDetail", | |
| 327 | 334 | "style": { |
| 328 | 335 | "navigationBarTitleText": "通知详情", |
| 329 | 336 | "navigationBarBackgroundColor": "#FFFFFF" | ... | ... |
lvdao-miniapp/pages/activityAdd/activityAdd.vue
| ... | ... | @@ -77,9 +77,27 @@ |
| 77 | 77 | typeShow: false, |
| 78 | 78 | typeList: [{ value: '1', label: '类型1' }, { value: '2', label: '类型2' }], |
| 79 | 79 | readOnly: false, |
| 80 | - formats: {} | |
| 80 | + formats: {}, | |
| 81 | + fist:[], | |
| 82 | + pageIndex:{ | |
| 83 | + pageNumber: 0, | |
| 84 | + pageSize: 10, | |
| 85 | + id:'' | |
| 86 | + }, | |
| 87 | + typeEdit:false | |
| 81 | 88 | }; |
| 82 | 89 | }, |
| 90 | + onLoad(option) { | |
| 91 | + if(option.ids){ | |
| 92 | + this.typeEdit = true | |
| 93 | + this.pageIndex.id=option.ids | |
| 94 | + this.$http.sendRequest('/cereActivityApplication/queryByPage', 'POST',this.pageIndex,1).then(res => { | |
| 95 | + this.form = res.data.data.content[0] | |
| 96 | + this.form.maxParticipants = Number(this.form.maxParticipants) | |
| 97 | + this.fist.push({url:`${this.$img+this.form.coverImage}`}) | |
| 98 | + }) | |
| 99 | + } | |
| 100 | + }, | |
| 83 | 101 | methods:{ |
| 84 | 102 | startTimeChange(val) { |
| 85 | 103 | this.form.startTime = this.timeChange(val); |
| ... | ... | @@ -177,14 +195,23 @@ |
| 177 | 195 | ...this.form, |
| 178 | 196 | coverImage:this.form.coverImage.replace(this.$img,'') |
| 179 | 197 | } |
| 180 | - this.$http.sendRequest('/cereActivityApplication/add', 'POST',info,1).then(res => { | |
| 181 | - uni.navigateTo({ | |
| 182 | - url: '/pages/mycreated/mycreated' | |
| 183 | - }) | |
| 184 | - }).catch(err => { | |
| 185 | - console.log(err) | |
| 186 | - //请求失败 | |
| 187 | - }) | |
| 198 | + if(this.typeEdit){ | |
| 199 | + this.$http.sendRequest('/cereActivityApplication/edit', 'POST',info,1).then(res => { | |
| 200 | + uni.navigateTo({ | |
| 201 | + url: '/pages/mycreated/mycreated' | |
| 202 | + }) | |
| 203 | + }) | |
| 204 | + }else{ | |
| 205 | + this.$http.sendRequest('/cereActivityApplication/add', 'POST',info,1).then(res => { | |
| 206 | + uni.navigateTo({ | |
| 207 | + url: '/pages/mycreated/mycreated' | |
| 208 | + }) | |
| 209 | + }).catch(err => { | |
| 210 | + console.log(err) | |
| 211 | + //请求失败 | |
| 212 | + }) | |
| 213 | + } | |
| 214 | + | |
| 188 | 215 | |
| 189 | 216 | }, |
| 190 | 217 | // 获取时间 | ... | ... |
lvdao-miniapp/pages/activityDetail/activityDetail.vue
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <view class="title">{{tableData.activityName}}</view> |
| 6 | 6 | <view class="banner-info-top"> |
| 7 | 7 | <view>{{tableData.startTime}}</view> |
| 8 | - <view><u-icon name="eye"></u-icon>{{tableData.maxParticipants}}人</view> | |
| 8 | + <view><u-icon name="eye"></u-icon>{{tableData.viewsNumber}}人</view> | |
| 9 | 9 | </view> |
| 10 | 10 | <view class="banner-info-item"> |
| 11 | 11 | <text> |
| ... | ... | @@ -65,12 +65,18 @@ export default { |
| 65 | 65 | this.pagesize.id = option.item |
| 66 | 66 | |
| 67 | 67 | } |
| 68 | - console.log('olo',this.pagesize) | |
| 68 | + | |
| 69 | 69 | this.$http.sendRequest('/cereActivityApplication/queryById', 'POST',this.pagesize,1).then(res => { |
| 70 | 70 | this.tableData =res.data.data |
| 71 | + let obj ={ | |
| 72 | + id:option.item, | |
| 73 | + viewsNumber:Number(this.tableData.viewsNumber)+1 | |
| 74 | + } | |
| 75 | + this.$http.sendRequest('/cereActivityApplication/edit', 'POST',obj,1).then(res => { | |
| 76 | + | |
| 77 | + }) | |
| 71 | 78 | }) |
| 72 | 79 | |
| 73 | - | |
| 74 | 80 | |
| 75 | 81 | |
| 76 | 82 | }, | ... | ... |
lvdao-miniapp/pages/advertisement/advertisement.vue
| ... | ... | @@ -171,7 +171,7 @@ |
| 171 | 171 | pageSize: 10, |
| 172 | 172 | advertisingType:val[0].label |
| 173 | 173 | } |
| 174 | - this.$http.sendRequest('/cereAdvertisingInformation/likeGet', 'POST', page, 1).then(res => { | |
| 174 | + this.$http.sendRequest('/cereAdvertisingInformation/queryByPage', 'POST', page, 1).then(res => { | |
| 175 | 175 | //成功回调 |
| 176 | 176 | this.tableData = res.data.data.content |
| 177 | 177 | }) | ... | ... |
lvdao-miniapp/pages/business/businessDetail/businessDetail.vue
| ... | ... | @@ -5,8 +5,8 @@ |
| 5 | 5 | <view class="banner"> |
| 6 | 6 | <view class="title">{{tableData.title}}</view> |
| 7 | 7 | <view class="banner-info-top"> |
| 8 | - <!-- <view class="times">{{tableData.startTime}}至{{tableData.endTime}}</view> --> | |
| 9 | - <view><u-icon name="eye"></u-icon>{{tableData.contactPhone}}人</view> | |
| 8 | + <view class="times">2024-10-1</view> | |
| 9 | + <view><u-icon name="eye"></u-icon>0人</view> | |
| 10 | 10 | </view> |
| 11 | 11 | <view class="banner-info-item"> |
| 12 | 12 | <u-parse :html="tableData.content"></u-parse> |
| ... | ... | @@ -31,33 +31,18 @@ |
| 31 | 31 | <view class="info-box banner"> |
| 32 | 32 | <view class="title">场地往期活动回顾</view> |
| 33 | 33 | <u-row gutter="16"> |
| 34 | - <u-col span="4"> | |
| 35 | - <image :src="tableData.previousEvents" mode="widthFix" style="width: 100%; border-radius: 10rpx;"></image> | |
| 34 | + <u-col span="4" v-for="(item,index) in tableData.previousEvents"> | |
| 35 | + <image :src="$img+item" mode="widthFix" style="width: 100%; border-radius: 10rpx;" ></image> | |
| 36 | 36 | </u-col> |
| 37 | - <!-- <u-col span="4"> | |
| 38 | - <image :src="$imgUrl('/img/3.jpg')" mode="widthFix" style="width: 100%; border-radius: 10rpx;"></image> | |
| 39 | - </u-col> | |
| 40 | - <u-col span="4"> | |
| 41 | - <image :src="$imgUrl('/img/3.jpg')" mode="widthFix" style="width: 100%; border-radius: 10rpx;"></image> | |
| 42 | - </u-col> | |
| 43 | - <u-col span="4"> | |
| 44 | - <image :src="$imgUrl('/img/2.jpg')" mode="widthFix" style="width: 100%; border-radius: 10rpx;"></image> | |
| 45 | - </u-col> | |
| 46 | - <u-col span="4"> | |
| 47 | - <image :src="$imgUrl('/img/2.jpg')" mode="widthFix" style="width: 100%; border-radius: 10rpx;"></image> | |
| 48 | - </u-col> | |
| 49 | - <u-col span="4"> | |
| 50 | - <image :src="$imgUrl('/img/3.jpg')" mode="widthFix" style="width: 100%; border-radius: 10rpx;"></image> | |
| 51 | - </u-col> --> | |
| 52 | 37 | </u-row> |
| 53 | 38 | </view> |
| 54 | - <!-- <view class="info-box banner"> | |
| 39 | + <view class="info-box banner"> | |
| 55 | 40 | <view class="title">联系我们</view> |
| 56 | - <view class="info-item">合作类型:品牌推广合作</view> | |
| 57 | - <view class="info-item">联系人:张三</view> | |
| 58 | - <view class="info-item">联系方式:135465489</view> | |
| 59 | - <view class="info-item">邮箱:89499814@qq.com</view> | |
| 60 | - </view> --> | |
| 41 | + <view class="info-item">合作类型:{{tableData.cooperationType}}</view> | |
| 42 | + <view class="info-item">联系人:{{tableData.contactPerson}}</view> | |
| 43 | + <view class="info-item">联系方式:{{tableData.contactPhone}}</view> | |
| 44 | + <view class="info-item">邮箱:{{tableData.email}}</view> | |
| 45 | + </view> | |
| 61 | 46 | </view> |
| 62 | 47 | </view> |
| 63 | 48 | </template> |
| ... | ... | @@ -84,6 +69,9 @@ export default { |
| 84 | 69 | }, |
| 85 | 70 | onLoad(option){ |
| 86 | 71 | this.tableData = JSON.parse(option.item) |
| 72 | + if (typeof this.tableData.previousEvents === 'string') { | |
| 73 | + this.tableData.previousEvents = this.tableData.previousEvents.split(','); | |
| 74 | + } | |
| 87 | 75 | console.log(this.tableData) |
| 88 | 76 | }, |
| 89 | 77 | methods: { | ... | ... |
lvdao-miniapp/pages/business/businessList/businessList.scss
| ... | ... | @@ -45,6 +45,7 @@ |
| 45 | 45 | width: 100%; |
| 46 | 46 | height: calc(100% - 70rpx); |
| 47 | 47 | padding: 15rpx 18rpx; |
| 48 | + justify-content: space-around; | |
| 48 | 49 | image { |
| 49 | 50 | width: 194rpx; |
| 50 | 51 | height: 144rpx; |
| ... | ... | @@ -61,7 +62,7 @@ |
| 61 | 62 | // white-space: nowrap; |
| 62 | 63 | // overflow : hidden; |
| 63 | 64 | // text-overflow: ellipsis; |
| 64 | - margin-bottom: 30rpx; | |
| 65 | + margin-bottom: 70rpx; | |
| 65 | 66 | } |
| 66 | 67 | .info-item { |
| 67 | 68 | line-height: 30rpx; | ... | ... |
lvdao-miniapp/pages/business/businessList/businessList.vue
| ... | ... | @@ -12,9 +12,9 @@ |
| 12 | 12 | <view class="body"> |
| 13 | 13 | <view class="info"> |
| 14 | 14 | <view class="title">{{v.title}}</view> |
| 15 | - <!-- <view class="info-item">{{v.}}</view> --> | |
| 15 | + <view class="info-item">2024-10-1</view> | |
| 16 | 16 | </view> |
| 17 | - <image :src="v.coverImage" ></image> | |
| 17 | + <image :src="$img+v.coverImage" ></image> | |
| 18 | 18 | </view> |
| 19 | 19 | </view> |
| 20 | 20 | <u-loadmore :status="statuslist" @loadmore='loading' style="width: 100%; text-align: center;"/> | ... | ... |
lvdao-miniapp/pages/home/home.vue
| ... | ... | @@ -281,12 +281,12 @@ |
| 281 | 281 | <scroll-view class="scroll-view_H" scroll-x="true" scroll-left="120" > |
| 282 | 282 | <view v-for="(item, index) in yingxiaoData" :key="item.id" class="scroll-view-item_H" @click="toDetail(item.id, '/pages/marketing/marketingDetail/marketingDetail')"> |
| 283 | 283 | <view class="business-card"> |
| 284 | - <u-image :showLoading="true" :src="item.coverImage" width="100%" height="210rpx"></u-image> | |
| 284 | + <u-image :showLoading="true" :src="$img+item.coverImage" width="100%" height="210rpx"></u-image> | |
| 285 | 285 | <view class="business-card-title"> |
| 286 | 286 | {{item.title}} |
| 287 | 287 | </view> |
| 288 | 288 | <view class="huo-card-item">活动日期:<span>{{item.startTime}}至{{item.endTime}}</span></view> |
| 289 | - <view class="huo-card-item">举办方:<span></span></view> | |
| 289 | + | |
| 290 | 290 | |
| 291 | 291 | </view> |
| 292 | 292 | </view> |
| ... | ... | @@ -303,10 +303,11 @@ |
| 303 | 303 | <scroll-view class="scroll-view_H" scroll-x="true" scroll-left="120" > |
| 304 | 304 | <view v-for="(item, index) in shangwuData" :key="item.id" class="scroll-view-item_H" @click="toDetailTwo(item, '/pages/business/businessDetail/businessDetail')"> |
| 305 | 305 | <view class="business-card"> |
| 306 | - <u-image :showLoading="true" :src="item.coverImage" width="100%" height="210rpx"></u-image> | |
| 306 | + <u-image :showLoading="true" :src="$img+item.coverImage" width="100%" height="210rpx"></u-image> | |
| 307 | 307 | <view class="business-card-title"> |
| 308 | 308 | {{item.title}} |
| 309 | 309 | </view> |
| 310 | + <view class="huo-card-item">合作类型:{{item.cooperationType}}</view> | |
| 310 | 311 | </view> |
| 311 | 312 | </view> |
| 312 | 313 | </scroll-view> | ... | ... |
lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.scss
| ... | ... | @@ -40,6 +40,9 @@ |
| 40 | 40 | // 活动信息 |
| 41 | 41 | .info-box { |
| 42 | 42 | margin-top: 30rpx; |
| 43 | + background-color:#fff; | |
| 44 | + padding:10px; | |
| 45 | + border-radius: 30rpx; | |
| 43 | 46 | .title { |
| 44 | 47 | font-weight: 700; |
| 45 | 48 | color: #3D3D3D; |
| ... | ... | @@ -66,7 +69,7 @@ |
| 66 | 69 | padding-bottom: constant(safe-area-inset-bottom); |
| 67 | 70 | padding-bottom: env(safe-area-inset-bottom); |
| 68 | 71 | .footer-btn { |
| 69 | - padding: 0 10%; | |
| 72 | + // padding: 0 10%; | |
| 70 | 73 | margin-top: 20rpx; |
| 71 | 74 | } |
| 72 | 75 | .footer-service { | ... | ... |
lvdao-miniapp/pages/marketing/marketingDetail/marketingDetail.vue
| ... | ... | @@ -4,24 +4,23 @@ |
| 4 | 4 | <view class="banner"> |
| 5 | 5 | <view class="title">{{tableData.title}}</view> |
| 6 | 6 | <view class="banner-info-top"> |
| 7 | - <view class="times">{{tableData.startTime}}至{{tableData.endTime}}</view> | |
| 8 | - <view><u-icon name="eye"></u-icon>{{tableData.contactPerson}}人</view> | |
| 7 | + <view class="times">{{tableData.createdAt}}</view> | |
| 8 | + <view><u-icon name="eye"></u-icon>{{tableData.num}}人</view> | |
| 9 | 9 | </view> |
| 10 | 10 | <view class="banner-info-item"> |
| 11 | 11 | <u-parse :html="tableData.content"></u-parse> |
| 12 | 12 | |
| 13 | - <image :src="tableData.coverImage" style="width: 100%; height: 100vw; border-radius: 10rpx; margin-top: 30rpx;"></image> | |
| 13 | + <image :src="$img+tableData.coverImage" style="width: 100%; height: 100vw; border-radius: 10rpx; margin-top: 30rpx;"></image> | |
| 14 | 14 | </view> |
| 15 | 15 | </view> |
| 16 | - <!-- <view class="info-box"> | |
| 16 | + <view class="info-box"> | |
| 17 | 17 | <view class="title">营销推广活动信息</view> |
| 18 | - <view class="info-item">场地:成华公园广场</view> | |
| 19 | - <view class="info-item">起止时间:2022-02-22 至 2022-02-22</view> | |
| 20 | - <view class="info-item">举办方:锦江绿道官方</view> | |
| 21 | - <view class="info-item">联系人:张三</view> | |
| 22 | - <view class="info-item">联系电话:13455425151</view> | |
| 23 | - <view class="info-item">已参与报名人数:<span>6489</span>人</view> | |
| 24 | - </view> --> | |
| 18 | + <view class="info-item">场地:</view> | |
| 19 | + <view class="info-item">起止时间:{{tableData.startTime}}至{{tableData.endTime}}</view> | |
| 20 | + <view class="info-item">联系人:{{tableData.contactPerson}}</view> | |
| 21 | + <view class="info-item">联系电话:{{tableData.contactPhone}}</view> | |
| 22 | + <view class="info-item">已参与报名人数:<span></span>人</view> | |
| 23 | + </view> | |
| 25 | 24 | </view> |
| 26 | 25 | |
| 27 | 26 | |
| ... | ... | @@ -33,7 +32,7 @@ |
| 33 | 32 | <text>客服</text> |
| 34 | 33 | </view> --> |
| 35 | 34 | <view class="footer-btn"> |
| 36 | - <u-button type="success" @click="joinShow = true">报名参加</u-button> | |
| 35 | + <u-button type="success" style="width:90%" @click="joinShow = true">报名参加</u-button> | |
| 37 | 36 | </view> |
| 38 | 37 | <!-- <view class="footer-service"> |
| 39 | 38 | <u-image :showLoading="true" :src="$imgUrl('/share-icon.png')" width="30rpx" height="30rpx"></u-image> |
| ... | ... | @@ -43,7 +42,7 @@ |
| 43 | 42 | </view> |
| 44 | 43 | <u-popup class="userForm" v-model="joinShow" mode="center" :closeable="true" width="90%" > |
| 45 | 44 | <u-form class="form-box" :model="form" ref="uForm" :label-width="120" > |
| 46 | - <view style="padding: 30rpx;"> | |
| 45 | + <view style="padding: 20rpx;"> | |
| 47 | 46 | <view class="title">请填写您的报名信息</view> |
| 48 | 47 | <u-form-item label="姓名"><u-input v-model="form.userName" /></u-form-item> |
| 49 | 48 | <u-form-item label="电话"><u-input v-model="form.userPhone" /></u-form-item> |
| ... | ... | @@ -101,8 +100,16 @@ if(option.scene){ |
| 101 | 100 | } |
| 102 | 101 | this.$http.sendRequest('/cereMarketingActivity/queryById', 'POST',this.pagesize,1).then(res => { |
| 103 | 102 | this.tableData =res.data.data |
| 103 | + let obj ={ | |
| 104 | + id:option.item, | |
| 105 | + viewsNumber:Number(this.tableData.viewsNumber)+1 | |
| 106 | + } | |
| 107 | + this.$http.sendRequest('/cereMarketingActivity/edit', 'POST',obj,1).then(res => { | |
| 108 | + | |
| 109 | + }) | |
| 104 | 110 | }) |
| 105 | 111 | |
| 112 | + | |
| 106 | 113 | }, |
| 107 | 114 | methods: { |
| 108 | 115 | submit() { | ... | ... |
lvdao-miniapp/pages/marketing/marketingList/marketingList.vue
| ... | ... | @@ -3,31 +3,29 @@ |
| 3 | 3 | <view class="page"> |
| 4 | 4 | <!-- 搜索 --> |
| 5 | 5 | <view class="head-search"> |
| 6 | - <u-search bg-color="#fff" placeholder="请输入关键词" v-model="query.title" :show-action="false" @search="search"></u-search> | |
| 6 | + <u-search bg-color="#fff" placeholder="请输入关键词" v-model="pagesize.title" :show-action="false" @search="search"></u-search> | |
| 7 | 7 | <u-button type="success" @click="search">搜索</u-button> |
| 8 | 8 | </view> |
| 9 | - <!-- <view class="screen-list"> | |
| 10 | - <view class="list" @click="sortshow = true"> | |
| 11 | - <text>默认排序</text> | |
| 12 | - <image :src="$imgUrl('/down.png')"></image> | |
| 13 | - <u-select v-model="sortshow" :list="sortTypeOptions" @confirm="(v) => {queryChange('sortType', v)}"></u-select> | |
| 14 | - </view> | |
| 15 | - <view class="list" @click="statusshow = true"> | |
| 16 | - <text>进行中</text> | |
| 17 | - <image :src="$imgUrl('/down.png')"></image> | |
| 18 | - <u-select v-model="statusshow" :list="statusOptions" @confirm="(v) => {queryChange('status', v)}"></u-select> | |
| 19 | - </view> | |
| 20 | - </view> --> | |
| 9 | +<view class="screen-list"> | |
| 10 | + <u-dropdown menu-icon="arrow-down-fill" :title-size="24" :height="40"> | |
| 11 | + <u-dropdown-item v-model="pagesize.orderingRule" title="时间排序" :options="sortTypeOptions" @change="search"></u-dropdown-item> | |
| 12 | + <u-dropdown-item v-model="pagesize.activeState" title="活动状态" :options="statusOptions" @change="search"></u-dropdown-item> | |
| 13 | + </u-dropdown> | |
| 14 | + </view> | |
| 21 | 15 | <!-- 订单列表 --> |
| 22 | 16 | <view class="goods-data"> |
| 23 | 17 | <u-row :gutter="16" class="goods-list"> |
| 24 | 18 | <u-col span="6" v-for="(item,index) in list" :key="index" @click="toDetail(item.id)"> |
| 25 | 19 | <view class="demo-layout good-item"> |
| 26 | - <image :src="item.coverImage" style="width: 315rpx; height: 315rpx; border-radius: 10rpx;"></image> | |
| 20 | + <image :src="$img+item.coverImage" style="width: 315rpx; height: 315rpx; border-radius: 10rpx;"></image> | |
| 27 | 21 | <view class="info"> |
| 28 | 22 | <view class="title">{{item.title}}</view> |
| 29 | 23 | <view class="name">活动时间:{{item.startTime}}至{{item.endTime}}</view> |
| 30 | - <u-tag text="进行中" type="success" mode="dark" /> | |
| 24 | + <view style="margin-top: 5px;"> | |
| 25 | + <u-tag text="进行中" type="success" mode="dark" v-if="item.activeState==1"/> | |
| 26 | + <u-tag text="未开始" type="info" mode="dark" v-if="item.activeState==0"/> | |
| 27 | + <u-tag text="已结束" type="warning" mode="dark" v-if="item.activeState==2"/> | |
| 28 | + </view> | |
| 31 | 29 | </view> |
| 32 | 30 | </view> |
| 33 | 31 | </u-col> |
| ... | ... | @@ -44,25 +42,23 @@ |
| 44 | 42 | status: 'loadmore', |
| 45 | 43 | list: [], |
| 46 | 44 | total: 1, |
| 47 | - query: { | |
| 45 | + pagesize: { | |
| 48 | 46 | title: '', // 搜索项 |
| 49 | - sortType: '', // 排序方式 | |
| 50 | - status: '', // 活动状态 | |
| 51 | - pageNumber:1, | |
| 47 | + orderingRule: 1, // 排序方式 | |
| 48 | + activeState: null, // 活动状态 | |
| 49 | + pageNumber:0, | |
| 52 | 50 | pageSize: 10, |
| 53 | 51 | }, |
| 54 | - sortshow: false, | |
| 55 | 52 | sortTypeOptions: [ |
| 56 | - { label: '默认排序', value: 1 }, | |
| 57 | - { label: '正序', value: 2 }, | |
| 58 | - { label: '倒序', value: 3 }, | |
| 53 | + { label: '正序', value: 1 }, | |
| 54 | + { label: '倒序', value: 2 }, | |
| 59 | 55 | ], |
| 60 | - statusshow: false, | |
| 61 | 56 | statusOptions: [ |
| 62 | 57 | { label: '进行中', value: 1 }, |
| 63 | 58 | { label: '已结束', value: 2 }, |
| 64 | - { label: '未开始', value: 3 }, | |
| 59 | + { label: '未开始', value: 0 }, | |
| 65 | 60 | ], |
| 61 | + | |
| 66 | 62 | }; |
| 67 | 63 | }, |
| 68 | 64 | onLoad() { |
| ... | ... | @@ -85,13 +81,8 @@ |
| 85 | 81 | this.getALL() |
| 86 | 82 | }, |
| 87 | 83 | methods: { |
| 88 | - getALL(){ | |
| 89 | - let pagesize = { | |
| 90 | - pageNumber: 1, | |
| 91 | - pageSize: 2 | |
| 92 | - } | |
| 93 | - | |
| 94 | - this.$http.sendRequest('/cereMarketingActivity/queryByPage', 'POST', pagesize,1).then(res => { | |
| 84 | + getALL(val){ | |
| 85 | + this.$http.sendRequest('/cereMarketingActivity/queryByPage', 'POST', this.pagesize,1).then(res => { | |
| 95 | 86 | this.list =res.data.data.content |
| 96 | 87 | }) |
| 97 | 88 | }, |
| ... | ... | @@ -102,17 +93,7 @@ |
| 102 | 93 | }) |
| 103 | 94 | }, |
| 104 | 95 | search() { |
| 105 | - this.$http.sendRequest('/cereMarketingActivity/queryByPage', 'POST', this.query,1).then(res => { | |
| 106 | - this.list =res.data.data.content | |
| 107 | - this.query ={ | |
| 108 | - title: '', // 搜索项 | |
| 109 | - sortType: '', // 排序方式 | |
| 110 | - status: '', // 活动状态 | |
| 111 | - pageNumber: 1, | |
| 112 | - pageSize: 10, | |
| 113 | - | |
| 114 | - } | |
| 115 | - }) | |
| 96 | + this.getALL() | |
| 116 | 97 | }, |
| 117 | 98 | queryChange(key, val) { |
| 118 | 99 | this.query[`${key}`] = val[0].value; | ... | ... |
lvdao-miniapp/pages/message/message.vue
| ... | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 | </view> |
| 32 | 32 | <view class="more"> |
| 33 | 33 | <!-- <view class="more-num">{{tableList.length}}</view> --> |
| 34 | - <view class="icon-more">{{formatTime(tableList[0].createdAt)}}</view> | |
| 34 | + <view class="icon-more">{{formatDateTime(tableList[0].createdAt)}}</view> | |
| 35 | 35 | </view> |
| 36 | 36 | </view> |
| 37 | 37 | <!-- <view class="list"> |
| ... | ... | @@ -260,6 +260,31 @@ |
| 260 | 260 | this.getALL() |
| 261 | 261 | }, |
| 262 | 262 | methods:{ |
| 263 | + formatDateTime(dateTimeString) { | |
| 264 | + // 将输入的日期时间字符串转换为Date对象 | |
| 265 | + const inputDate = new Date(dateTimeString); | |
| 266 | + const now = new Date(); | |
| 267 | + | |
| 268 | + // 获取年、月、日来进行比较 | |
| 269 | + const inputYear = inputDate.getFullYear(); | |
| 270 | + const inputMonth = inputDate.getMonth(); | |
| 271 | + const inputDay = inputDate.getDate(); | |
| 272 | + | |
| 273 | + const currentYear = now.getFullYear(); | |
| 274 | + const currentMonth = now.getMonth(); | |
| 275 | + const currentDay = now.getDate(); | |
| 276 | + | |
| 277 | + // 检查输入的日期是否为今天 | |
| 278 | + const isToday = (inputYear === currentYear) && (inputMonth === currentMonth) && (inputDay === currentDay); | |
| 279 | + | |
| 280 | + // 格式化时间为HH:mm | |
| 281 | + const hours = inputDate.getHours().toString().padStart(2, '0'); | |
| 282 | + const minutes = inputDate.getMinutes().toString().padStart(2, '0'); | |
| 283 | + const timeString = `${hours}:${minutes}`; | |
| 284 | + | |
| 285 | + // 如果是今天,则在时间前面加上'今天' | |
| 286 | + return isToday ? `今天${timeString}` : timeString; | |
| 287 | + }, | |
| 263 | 288 | getALL(){ |
| 264 | 289 | this.$http.sendRequest('/cereMessageNotification/queryByPage','POST',this.pagesize,1).then(res => { |
| 265 | 290 | this.tableList =res.data.data.content |
| ... | ... | @@ -272,21 +297,10 @@ |
| 272 | 297 | }, |
| 273 | 298 | toMsgList(){ |
| 274 | 299 | uni.navigateTo({ |
| 275 | - url:'/pages/procedureDetail/procedureDetail' | |
| 300 | + url:'/pages/procedureList/procedureList' | |
| 276 | 301 | }) |
| 277 | 302 | }, |
| 278 | - formatTime(dateTimeString) { | |
| 279 | - let date = new Date(dateTimeString); | |
| 280 | - let hours = date.getHours(); | |
| 281 | - let minutes = date.getMinutes(); | |
| 282 | - let seconds = date.getSeconds(); | |
| 283 | - | |
| 284 | - hours = hours < 10 ? '0' + hours : hours; | |
| 285 | - minutes = minutes < 10 ? '0' + minutes : minutes; | |
| 286 | - seconds = seconds < 10 ? '0' + seconds : seconds; | |
| 287 | - | |
| 288 | - return hours + ':' + minutes + ':' + seconds; | |
| 289 | - }, | |
| 303 | + | |
| 290 | 304 | } |
| 291 | 305 | } |
| 292 | 306 | </script> | ... | ... |
lvdao-miniapp/pages/my/my.vue
| ... | ... | @@ -285,7 +285,11 @@ |
| 285 | 285 | } else { |
| 286 | 286 | |
| 287 | 287 | this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST',{"pageSize":10,pageNumber:0,phone:uni.getStorageSync('user').phone},2).then(res => { |
| 288 | - //成功回调 | |
| 288 | + if(res.data.code == '20004'){ | |
| 289 | + uni.navigateTo({ | |
| 290 | + url: '/pages/login/login' | |
| 291 | + }) | |
| 292 | + } | |
| 289 | 293 | if(res.data.data.content.length>0) { |
| 290 | 294 | let c1 = res.data.data.content[0] |
| 291 | 295 | console.error({...c1}) |
| ... | ... | @@ -354,15 +358,15 @@ |
| 354 | 358 | this.pageindex.createUser = uni.getStorageSync('user').phone |
| 355 | 359 | this.$http.sendRequest('/cerePromotion/queryByPage', 'POST', this.pageindex, 1).then(res => { |
| 356 | 360 | //成功回调 |
| 357 | - this.tuiguang = res.data.data.content.length | |
| 361 | + this.tuiguang = res.data.data.numberOfElements | |
| 358 | 362 | }) |
| 359 | 363 | this.$http.sendRequest('/cereActivityApplication/queryByPage', 'POST', this.pageindex, 1).then(res => { |
| 360 | 364 | //成功回调 |
| 361 | - this.activityNum = res.data.data.content.length | |
| 365 | + this.activityNum = res.data.data.numberOfElements | |
| 362 | 366 | }) |
| 363 | 367 | this.$http.sendRequest('/cereQuestionnaireTable/queryByPage', 'POST', this.pageindex, 1).then(res => { |
| 364 | 368 | //成功回调 |
| 365 | - this.wenjuanNum = res.data.data.content.length | |
| 369 | + this.wenjuanNum = res.data.data.numberOfElements | |
| 366 | 370 | }) |
| 367 | 371 | |
| 368 | 372 | ... | ... |
lvdao-miniapp/pages/mycreated/mycreated.vue
| ... | ... | @@ -38,6 +38,7 @@ |
| 38 | 38 | <u-button type="success" size="mini" @click="tijiao('2',v.id)" v-if="v.auditStatus == '1'" style="margin-right: 22rpx;">提交审核</u-button> |
| 39 | 39 | <u-button type="success" size="mini" @click="toDetail(v.id, '/pages/activityDetail/activityDetail')" style="margin-right: 22rpx;">查看详情</u-button> |
| 40 | 40 | <u-button type="info" size="mini" @click="tijiao('1',v.id)" v-if="v.auditStatus == '2'" style="margin-right: 22rpx;">撤回</u-button> |
| 41 | + <u-button type="info" size="mini" @click="bianji(v.id)" v-if="v.auditStatus == '1'" style="margin-right: 22rpx;">编辑</u-button> | |
| 41 | 42 | <u-button type="info" size="mini" @click="delact(v.id)" v-if="v.auditStatus == '1'" style="margin-right: 22rpx;">删除</u-button> |
| 42 | 43 | </view> |
| 43 | 44 | </view> |
| ... | ... | @@ -107,10 +108,22 @@ |
| 107 | 108 | |
| 108 | 109 | }, |
| 109 | 110 | tabsChange(val) { |
| 111 | + this.pageIndex={ | |
| 112 | + activityName: '', | |
| 113 | + pageNumber: 0, | |
| 114 | + pageSize: 10, | |
| 115 | + createUser:uni.getStorageSync('user').phone | |
| 116 | + } | |
| 110 | 117 | this.current = val |
| 111 | 118 | |
| 112 | 119 | if(val == 0){ |
| 113 | 120 | this.getAll() |
| 121 | + }else if(val == 5){ | |
| 122 | + this.pageIndex.activeState = 1 | |
| 123 | + this.getAll() | |
| 124 | + }else if(val==6){ | |
| 125 | + this.pageIndex.activeState = 2 | |
| 126 | + this.getAll() | |
| 114 | 127 | }else{ |
| 115 | 128 | this.getAll(val) |
| 116 | 129 | } |
| ... | ... | @@ -137,6 +150,11 @@ |
| 137 | 150 | url: '/pages/activityAdd/activityAdd' |
| 138 | 151 | }) |
| 139 | 152 | }, |
| 153 | + bianji(ids){ | |
| 154 | + uni.navigateTo({ | |
| 155 | + url: `/pages/activityAdd/activityAdd?ids=${ids}` | |
| 156 | + }) | |
| 157 | + }, | |
| 140 | 158 | tijiao(val,ids){ |
| 141 | 159 | let pageIndex = { |
| 142 | 160 | id:ids, | ... | ... |
lvdao-miniapp/pages/participation/participation.scss
| ... | ... | @@ -62,12 +62,16 @@ |
| 62 | 62 | .goods-data{ |
| 63 | 63 | width: 100%; |
| 64 | 64 | padding: 0 24rpx; |
| 65 | + | |
| 65 | 66 | // height: calc(100% - 300rpx - 120rpx); |
| 66 | 67 | // overflow-y: scroll; |
| 67 | 68 | .goods-list{ |
| 68 | 69 | width: 100%; |
| 70 | + | |
| 69 | 71 | // height: 100%; |
| 70 | 72 | .good-item { |
| 73 | + background-color: #fff; | |
| 74 | + padding:5px 10px; | |
| 71 | 75 | .info { |
| 72 | 76 | margin: 20rpx 10rpx 26rpx; |
| 73 | 77 | .title { | ... | ... |
lvdao-miniapp/pages/participation/participation.vue
| ... | ... | @@ -15,8 +15,8 @@ |
| 15 | 15 | </view> |
| 16 | 16 | <view class="screen-list"> |
| 17 | 17 | <u-dropdown menu-icon="arrow-down-fill" :title-size="24" :height="40"> |
| 18 | - <u-dropdown-item v-model="pageIndex.sortType" title="时间排序" :options="sortTypeOptions" @change="search"></u-dropdown-item> | |
| 19 | - <u-dropdown-item v-model="pageIndex.status" title="活动状态" :options="statusOptions" @change="search"></u-dropdown-item> | |
| 18 | + <u-dropdown-item v-model="pageIndex.orderingRule" title="时间排序" :options="sortTypeOptions" @change="search"></u-dropdown-item> | |
| 19 | + <u-dropdown-item v-model="pageIndex.activeState" title="活动状态" :options="statusOptions" @change="search"></u-dropdown-item> | |
| 20 | 20 | </u-dropdown> |
| 21 | 21 | </view> |
| 22 | 22 | <!-- 订单列表 --> |
| ... | ... | @@ -25,12 +25,16 @@ |
| 25 | 25 | <u-col span="6" v-for="(item,index) in datalist" :key="index" @click="toDetail(item.id, '/pages/activityDetail/activityDetail')" > |
| 26 | 26 | <view class="demo-layout good-item"> |
| 27 | 27 | <!-- <image :src="item.coverImage" style="width: 315rpx; height: 315rpx; border-radius: 10rpx;"></image> --> |
| 28 | - <u-image width="100%" :src="$img+item.coverImage" border-radius="10" mode="widthFix" style="margin-top:8px;margin-right:8px;" ></u-image> | |
| 28 | + <u-image :src="$img+item.coverImage" border-radius="10" mode="heightFix" style="margin-top:8px;margin-right:8px;height:110px" ></u-image> | |
| 29 | 29 | <view class="info"> |
| 30 | 30 | <view class="title">{{item.activityName}}</view> |
| 31 | 31 | <view class="huo-card-item">活动日期:<span>{{item.startTime}}至{{item.endTime}}</span></view> |
| 32 | 32 | <view class="huo-card-item">参与人数:<span>{{item.maxParticipants}}</span></view> |
| 33 | - <u-tag text="进行中" type="success" mode="dark" /> | |
| 33 | + <view style="margin-top: 5px;"> | |
| 34 | + <u-tag text="进行中" type="success" mode="dark" v-if="item.activeState==1"/> | |
| 35 | + <u-tag text="未开始" type="info" mode="dark" v-if="item.activeState==0"/> | |
| 36 | + <u-tag text="已结束" type="warning" mode="dark" v-if="item.activeState==2"/> | |
| 37 | + </view> | |
| 34 | 38 | </view> |
| 35 | 39 | </view> |
| 36 | 40 | </u-col> |
| ... | ... | @@ -53,19 +57,18 @@ |
| 53 | 57 | total: 1, |
| 54 | 58 | |
| 55 | 59 | sortTypeOptions: [ |
| 56 | - { label: '默认排序', value: 1 }, | |
| 57 | - { label: '正序', value: 2 }, | |
| 58 | - { label: '倒序', value: 3 }, | |
| 60 | + { label: '正序', value: 1 }, | |
| 61 | + { label: '倒序', value: 2 }, | |
| 59 | 62 | ], |
| 60 | 63 | statusOptions: [ |
| 61 | 64 | { label: '进行中', value: 1 }, |
| 62 | 65 | { label: '已结束', value: 2 }, |
| 63 | - { label: '未开始', value: 3 }, | |
| 66 | + { label: '未开始', value: 0 }, | |
| 64 | 67 | ], |
| 65 | 68 | pageIndex :{ |
| 66 | 69 | activityName: '', // 搜索项 |
| 67 | - sortType: '', // 排序方式 | |
| 68 | - status: '', // 活动状态 | |
| 70 | + orderingRule: 1, // 排序方式 | |
| 71 | + activeState:null, // 活动状态 | |
| 69 | 72 | pageNumber: 1, |
| 70 | 73 | pageSize: 10, |
| 71 | 74 | auditStatus:'3', |
| ... | ... | @@ -108,11 +111,9 @@ |
| 108 | 111 | }, |
| 109 | 112 | search() { |
| 110 | 113 | |
| 111 | - this.$http.sendRequest('/cereActivityApplication/queryByPage', 'POST',this.pageIndex,1).then(res => { | |
| 112 | - this.datalist = res.data.data.content | |
| 113 | - | |
| 114 | - }) | |
| 114 | + this.getAll() | |
| 115 | 115 | }, |
| 116 | + | |
| 116 | 117 | loading() { |
| 117 | 118 | let that = this |
| 118 | 119 | if(that.status == 'nomore') return; | ... | ... |
lvdao-miniapp/pages/procedureDetail/procedureDetail.vue renamed to lvdao-miniapp/pages/procedureList/procedureDetail.vue
| 1 | 1 | <template> |
| 2 | 2 | <view class="pages"> |
| 3 | 3 | <view class="contents"> |
| 4 | - <view class="box" v-for="(item,index) in tableList"> | |
| 5 | - <view class="title"> | |
| 6 | - {{item.title}} | |
| 7 | - </view> | |
| 8 | - <view class="time"> | |
| 9 | - {{item.createdAt}} | |
| 10 | - </view> | |
| 11 | - <view class="desc"> | |
| 12 | - <!-- <u-parse :html="item.announcementContent"></u-parse> --> | |
| 13 | - <view> | |
| 14 | - {{item.content}} | |
| 15 | - </view> | |
| 16 | - </view> | |
| 4 | + <view class="box" > | |
| 5 | + | |
| 6 | + <view class="title"> | |
| 7 | + {{tableList.title}} | |
| 8 | + </view> | |
| 9 | + <view class="time"> | |
| 10 | + {{tableList.createdAt}} | |
| 11 | + </view> | |
| 12 | + <view class="desc"> | |
| 13 | + <!-- <u-parse :html="item.announcementContent"></u-parse> --> | |
| 14 | + 阿萨打我请问请问额阿萨打我请问请问额阿萨打我请问请问额阿萨打我请问请问额阿萨打我请问请问额 | |
| 15 | + <!-- {{item.content}} --> | |
| 16 | + </view> | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 17 | 20 | </view> |
| 18 | 21 | </view> |
| 19 | 22 | </view> |
| ... | ... | @@ -25,22 +28,26 @@ |
| 25 | 28 | return { |
| 26 | 29 | tableList:[], |
| 27 | 30 | pageindex: { |
| 31 | + id:'', | |
| 28 | 32 | pageNumber: 1, |
| 29 | 33 | pageSize: 10, |
| 30 | 34 | }, |
| 31 | 35 | } |
| 32 | 36 | }, |
| 33 | 37 | onLoad(option){ |
| 34 | - | |
| 35 | - // this.tableList = JSON.parse(option.item) | |
| 38 | + if(option.ids){ | |
| 39 | + this.pageindex.id = option.ids | |
| 40 | + } | |
| 41 | + this.getALL() | |
| 36 | 42 | }, |
| 37 | 43 | mounted() { |
| 38 | 44 | this.getALL() |
| 39 | 45 | }, |
| 40 | 46 | methods: { |
| 47 | + | |
| 41 | 48 | getALL(){ |
| 42 | 49 | this.$http.sendRequest('/cereMessageNotification/queryByPage', 'POST', this.pageindex,1).then(res => { |
| 43 | - this.tableList =res.data.data.content | |
| 50 | + this.tableList =res.data.data.content[0] | |
| 44 | 51 | }) |
| 45 | 52 | }, |
| 46 | 53 | } |
| ... | ... | @@ -54,19 +61,16 @@ getALL(){ |
| 54 | 61 | position: relative; |
| 55 | 62 | overflow-y: auto; |
| 56 | 63 | background-color: #f6f6f6; |
| 57 | - | |
| 64 | + padding:0 20px; | |
| 58 | 65 | .contents { |
| 59 | - width: 96%; | |
| 60 | - margin: 0 auto; | |
| 66 | + width: 100%; | |
| 61 | 67 | border-radius: 20rpx; |
| 62 | 68 | background-color: #fff; |
| 63 | 69 | margin-top: 20rpx; |
| 64 | - | |
| 65 | 70 | .box { |
| 66 | 71 | width: 94%; |
| 67 | 72 | margin: 0 auto; |
| 68 | - padding: 28rpx 0; | |
| 69 | - | |
| 73 | + padding: 28rpx 40rpx 28rpx 10rpx; | |
| 70 | 74 | .title{ |
| 71 | 75 | font-size: 30rpx; |
| 72 | 76 | font-weight: bold; |
| ... | ... | @@ -80,6 +84,7 @@ getALL(){ |
| 80 | 84 | color: #888D9C; |
| 81 | 85 | font-size: 24rpx; |
| 82 | 86 | text-align: justify; |
| 87 | + margin-top:10px; | |
| 83 | 88 | } |
| 84 | 89 | } |
| 85 | 90 | } | ... | ... |
lvdao-miniapp/pages/procedureList/procedureList.vue
0 → 100644
| 1 | +<template> | |
| 2 | + <view class="pages"> | |
| 3 | + <view class="contents"> | |
| 4 | + <view class="box" v-for="(item,index) in tableList" @click="getDetail(item.id)"> | |
| 5 | + <view style="width:70%"> | |
| 6 | + <view class="title"> | |
| 7 | + {{item.title}} | |
| 8 | + </view> | |
| 9 | + <view class="desc"> | |
| 10 | + <!-- <u-parse :html="item.announcementContent"></u-parse> --> | |
| 11 | + 阿萨打我请问请问额阿萨打我请问请问额阿萨打我请问请问额阿萨打我请问请问额阿萨打我请问请问额 | |
| 12 | + <!-- {{item.content}} --> | |
| 13 | + </view> | |
| 14 | + </view> | |
| 15 | + <view class="time"> | |
| 16 | + {{formatDateTime(item.createdAt)}} | |
| 17 | + </view> | |
| 18 | + | |
| 19 | + </view> | |
| 20 | + </view> | |
| 21 | + </view> | |
| 22 | +</template> | |
| 23 | + | |
| 24 | +<script> | |
| 25 | + export default { | |
| 26 | + data() { | |
| 27 | + return { | |
| 28 | +tableList:[], | |
| 29 | +pageindex: { | |
| 30 | + receiverMerchant:'小程序商家', | |
| 31 | + pageNumber: 1, | |
| 32 | + pageSize: 10, | |
| 33 | + }, | |
| 34 | + } | |
| 35 | + }, | |
| 36 | + onLoad(option){ | |
| 37 | + | |
| 38 | + // this.tableList = JSON.parse(option.item) | |
| 39 | + }, | |
| 40 | + mounted() { | |
| 41 | + this.getALL() | |
| 42 | + }, | |
| 43 | + methods: { | |
| 44 | + formatDateTime(dateTimeString) { | |
| 45 | + // 将输入的日期时间字符串转换为Date对象 | |
| 46 | + const inputDate = new Date(dateTimeString); | |
| 47 | + const now = new Date(); | |
| 48 | + | |
| 49 | + // 获取年、月、日来进行比较 | |
| 50 | + const inputYear = inputDate.getFullYear(); | |
| 51 | + const inputMonth = inputDate.getMonth(); | |
| 52 | + const inputDay = inputDate.getDate(); | |
| 53 | + | |
| 54 | + const currentYear = now.getFullYear(); | |
| 55 | + const currentMonth = now.getMonth(); | |
| 56 | + const currentDay = now.getDate(); | |
| 57 | + | |
| 58 | + // 检查输入的日期是否为今天 | |
| 59 | + const isToday = (inputYear === currentYear) && (inputMonth === currentMonth) && (inputDay === currentDay); | |
| 60 | + | |
| 61 | + // 格式化时间为HH:mm | |
| 62 | + const hours = inputDate.getHours().toString().padStart(2, '0'); | |
| 63 | + const minutes = inputDate.getMinutes().toString().padStart(2, '0'); | |
| 64 | + const timeString = `${hours}:${minutes}`; | |
| 65 | + | |
| 66 | + // 如果是今天,则在时间前面加上'今天' | |
| 67 | + return isToday ? `今天${timeString}` : timeString; | |
| 68 | + }, | |
| 69 | +getALL(){ | |
| 70 | + this.$http.sendRequest('/cereMessageNotification/queryByPage', 'POST', this.pageindex,1).then(res => { | |
| 71 | + this.tableList =res.data.data.content | |
| 72 | + }) | |
| 73 | + }, | |
| 74 | + getDetail(id){ | |
| 75 | + uni.navigateTo({ | |
| 76 | + url:`/pages/procedureList/procedureDetail?ids=${id}` | |
| 77 | + }) | |
| 78 | + }, | |
| 79 | + } | |
| 80 | + } | |
| 81 | +</script> | |
| 82 | + | |
| 83 | +<style lang="scss" scoped> | |
| 84 | + .pages { | |
| 85 | + width: 100vw; | |
| 86 | + height: 100%; | |
| 87 | + position: relative; | |
| 88 | + overflow-y: auto; | |
| 89 | + background-color: #f6f6f6; | |
| 90 | + | |
| 91 | + .contents { | |
| 92 | + width: 100%; | |
| 93 | + | |
| 94 | + background-color: #fff; | |
| 95 | + margin-top: 20rpx; | |
| 96 | + | |
| 97 | + .box { | |
| 98 | + width: 94%; | |
| 99 | + margin: 0 auto; | |
| 100 | + padding: 28rpx 0; | |
| 101 | + display:flex; | |
| 102 | + justify-content: space-between; | |
| 103 | + align-items: center; | |
| 104 | + .title{ | |
| 105 | + font-size: 30rpx; | |
| 106 | + font-weight: bold; | |
| 107 | + } | |
| 108 | + .time{ | |
| 109 | + margin: 20rpx 0; | |
| 110 | + color: #888D9C; | |
| 111 | + font-size: 24rpx; | |
| 112 | + } | |
| 113 | + .desc{ | |
| 114 | + color: #888D9C; | |
| 115 | + font-size: 24rpx; | |
| 116 | + text-align: justify; | |
| 117 | + margin-top:10px; | |
| 118 | + } | |
| 119 | + } | |
| 120 | + } | |
| 121 | + } | |
| 122 | +</style> | |
| 0 | 123 | \ No newline at end of file | ... | ... |
lvdao-miniapp/pages/workbench/workbench.vue
| ... | ... | @@ -145,35 +145,23 @@ |
| 145 | 145 | }; |
| 146 | 146 | }, |
| 147 | 147 | onShow() { |
| 148 | - let shopId = { | |
| 149 | - shopId:uni.getStorageSync('shopId') || '' | |
| 150 | - } | |
| 151 | - const isLogin = uni.getStorageSync('token'); | |
| 152 | - if (isLogin =='') { | |
| 153 | - // 如果未登录,跳转到登录页面 | |
| 154 | - uni.navigateTo({ | |
| 155 | - url: '/pages/login/login' | |
| 156 | - }) | |
| 157 | - }else{ | |
| 158 | - let page={ | |
| 159 | - condition:2 | |
| 160 | - } | |
| 161 | - this.$http.sendRequest('/shop/getById', 'POST',shopId).then(res => { | |
| 162 | - if(res.data.code !="20004"){ | |
| 163 | - this.shopMsg = res.data.data | |
| 164 | - this.Islogin= false | |
| 165 | - this.$http.sendRequest('/index/index', 'POST',page).then(res => { | |
| 166 | - //成功回调 | |
| 167 | - this.tongji = res.data.data | |
| 168 | - }) | |
| 169 | - }else{ | |
| 170 | - uni.navigateTo({ | |
| 171 | - url: '/pages/login/login' | |
| 172 | - }) | |
| 173 | - } | |
| 174 | - }) | |
| 175 | - } | |
| 176 | - | |
| 148 | + const isLogin = uni.getStorageSync('token'); | |
| 149 | + if (isLogin == '') { | |
| 150 | + // 如果未登录,跳转到登录页面 | |
| 151 | + uni.navigateTo({ | |
| 152 | + url: '/pages/login/login' | |
| 153 | + }) | |
| 154 | + } else { | |
| 155 | + | |
| 156 | + this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST',{"pageSize":10,pageNumber:0,phone:uni.getStorageSync('user').phone},2).then(res => { | |
| 157 | + if(res.data.code == '20004'){ | |
| 158 | + uni.navigateTo({ | |
| 159 | + url: '/pages/login/login' | |
| 160 | + }) | |
| 161 | + } | |
| 162 | + }) | |
| 163 | + } | |
| 164 | + | |
| 177 | 165 | }, |
| 178 | 166 | onReady() { |
| 179 | 167 | uni.hideTabBar() | ... | ... |
lvdao-miniapp/utils/request.js
| ... | ... | @@ -16,18 +16,18 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { |
| 16 | 16 | if(baseUrl == 1){ |
| 17 | 17 | // bases = 'http://8.130.38.56:8027/admin-server' + url; |
| 18 | 18 | // bases = 'http://172.16.61.125:9003' + url; |
| 19 | - // bases = 'http://192.168.2.152:9003' + url; | |
| 19 | + bases = 'http://10.0.0.51:9003' + url; | |
| 20 | 20 | // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/admin-server' + url; |
| 21 | - bases = 'https://jy.scjysm.asia:18086/admin-server' + url; | |
| 21 | + // bases = 'https://jy.scjysm.asia:18086/admin-server' + url; | |
| 22 | 22 | |
| 23 | 23 | |
| 24 | 24 | }else{ |
| 25 | 25 | // bases = 'http://8.130.38.56:8027/business-server' + url; |
| 26 | 26 | // bases = 'http://172.16.61.48/business-server' + url; |
| 27 | 27 | // bases = 'http://172.16.61.125:9004' + url; |
| 28 | - // bases = 'http://192.168.2.152:9004' + url; | |
| 28 | + bases = 'http://10.0.0.51:9004' + url; | |
| 29 | 29 | // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server' + url; |
| 30 | - bases = 'https://jy.scjysm.asia:18086/merchant-business' + url; | |
| 30 | + // bases = 'https://jy.scjysm.asia:18086/merchant-business' + url; | |
| 31 | 31 | |
| 32 | 32 | } |
| 33 | 33 | var token = uni.getStorageSync('token') || ''; | ... | ... |