Commit cff964f80b8545c9e7ee00a708aa7ba83d3f50d4

Authored by 杨鑫
1 parent b886ae6d

最新1

admin-web-master/src/views/atmosphere/atmosphereBz.vue
@@ -372,10 +372,11 @@ @@ -372,10 +372,11 @@
372 372
373 </div> 373 </div>
374 <div style="display: flex;justify-content: flex-end;padding: 10px 20px 10px 0"> 374 <div style="display: flex;justify-content: flex-end;padding: 10px 20px 10px 0">
375 - <el-button plain @click="minSev" size="mini" style="background-color: #3F9B6A;color: #fff;">确定  
376 - </el-button>  
377 <el-button plain @click="addMing=false" size="mini" style="background-color: #3F9B6A;color: #fff;">取消 375 <el-button plain @click="addMing=false" size="mini" style="background-color: #3F9B6A;color: #fff;">取消
378 </el-button> 376 </el-button>
  377 + <el-button plain @click="minSev" size="mini" style="background-color: #3F9B6A;color: #fff;">确定
  378 + </el-button>
  379 +
379 380
380 381
381 </div> 382 </div>
admin-web-master/src/views/couponmanagement/capitalpool.vue
@@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
84 </el-table> 84 </el-table>
85 <div style="display: flex;justify-content: space-between;" class="bom"> 85 <div style="display: flex;justify-content: space-between;" class="bom">
86 <div style="font-size: 14px;">共 <span style="color: #3F9B6A;">{{total}}</span> 项数据</div> 86 <div style="font-size: 14px;">共 <span style="color: #3F9B6A;">{{total}}</span> 项数据</div>
87 - <el-pagination :current-page="query.pageNumber" :page-sizes="[10, 20, 50, 100]" :page-size="10" background 87 + <el-pagination :current-page="query.pageNumber+1" :page-sizes="[10, 20, 50, 100]" :page-size="10" background
88 small layout="prev, pager, next" :total="total" @size-change="handleSizeChange" 88 small layout="prev, pager, next" :total="total" @size-change="handleSizeChange"
89 @current-change="handleCurrentChange"> 89 @current-change="handleCurrentChange">
90 </el-pagination> 90 </el-pagination>
@@ -219,7 +219,7 @@ @@ -219,7 +219,7 @@
219 activityName: '', // 活动名称 219 activityName: '', // 活动名称
220 // 活动状态 0-报名未开始 1-报名进行中 2-活动待开始 3-活动进行中 4-活动已结束 220 // 活动状态 0-报名未开始 1-报名进行中 2-活动待开始 3-活动进行中 4-活动已结束
221 state: '', 221 state: '',
222 - pageNumber: 1, 222 + pageNumber: 0,
223 pageSize: 10 223 pageSize: 10
224 }, 224 },
225 total: 0, 225 total: 0,
@@ -573,12 +573,12 @@ @@ -573,12 +573,12 @@
573 this.getAll() 573 this.getAll()
574 }, 574 },
575 handleCurrentChange(val) { 575 handleCurrentChange(val) {
576 - this.query.pageNumber = val 576 + this.query.pageNumber = val - 1
577 this.getAll() 577 this.getAll()
578 }, 578 },
579 search() { 579 search() {
580 this.total = 1 580 this.total = 1
581 - this.query.pageNumber = 1 581 + this.query.pageNumber = 0
582 this.getAll() 582 this.getAll()
583 }, 583 },
584 // 重置 584 // 重置
@@ -586,7 +586,7 @@ @@ -586,7 +586,7 @@
586 this.query = { 586 this.query = {
587 activityName: '', 587 activityName: '',
588 state: '', 588 state: '',
589 - pageNumber: 1, 589 + pageNumber: 0,
590 pageSize: 10 590 pageSize: 10
591 } 591 }
592 this.getAll() 592 this.getAll()
ceres-uniapp-master/config/api.js
@@ -45,9 +45,9 @@ const TERMINAL = 1 @@ -45,9 +45,9 @@ const TERMINAL = 1
45 45
46 module.exports = { 46 module.exports = {
47 terminal: TERMINAL, // 画布设备 1 小程序,2 H5,3 App 4 电脑 47 terminal: TERMINAL, // 画布设备 1 小程序,2 H5,3 App 4 电脑
48 - SettledMerchantPrefix: TIAOZHUAN + 'settled-merchant' , 48 + // SettledMerchantPrefix: TIAOZHUAN + 'settled-merchant' ,
49 // 'https://jy.scjysm.asia:18086/cdwlMall/settled-merchant', //商家入驻链接 49 // 'https://jy.scjysm.asia:18086/cdwlMall/settled-merchant', //商家入驻链接
50 - // SettledMerchantPrefix:'http://localhost:8082', 50 + SettledMerchantPrefix:'http://localhost:8081',
51 shareLink: TIAOZHUAN + 'meh5', // 分享地址 51 shareLink: TIAOZHUAN + 'meh5', // 分享地址
52 // shareLink: 'http://172.16.61.123:9007/h5', // 分享地址 52 // shareLink: 'http://172.16.61.123:9007/h5', // 分享地址
53 53
ceres-uniapp-master/pages_category_page1/customer/chatBox.vue
@@ -15,10 +15,11 @@ @@ -15,10 +15,11 @@
15 <view style="text-align: right;margin-top: 10rpx;" v-if="item.messageType==1"> 15 <view style="text-align: right;margin-top: 10rpx;" v-if="item.messageType==1">
16 <view class="uni-comment-top" style="margin-right: 10px;"> 16 <view class="uni-comment-top" style="margin-right: 10px;">
17 <view>{{item.userName==''||item.userName==null?'匿名':item.userName}}</view> 17 <view>{{item.userName==''||item.userName==null?'匿名':item.userName}}</view>
18 - <view class="uni-comment-date">{{item.chatTime}}</view> 18 +
19 19
20 </view> 20 </view>
21 <view class="uni-comment-content ziji" style="margin-right: 10px;text-align: right;padding-right: 15px;">{{item.chatContent}}</view> 21 <view class="uni-comment-content ziji" style="margin-right: 10px;text-align: right;padding-right: 15px;">{{item.chatContent}}</view>
  22 + <view class="uni-comment-date">{{item.chatTime}}</view>
22 </view> 23 </view>
23 <view class="uni-comment-face" v-if="item.messageType==1"> 24 <view class="uni-comment-face" v-if="item.messageType==1">
24 <image :src="$baseURL+user.headImage" mode="widthFix"></image> 25 <image :src="$baseURL+user.headImage" mode="widthFix"></image>
@@ -30,9 +31,10 @@ @@ -30,9 +31,10 @@
30 <view class="uni-comment-body" v-if="item.messageType==2"> 31 <view class="uni-comment-body" v-if="item.messageType==2">
31 <view class="uni-comment-top"> 32 <view class="uni-comment-top">
32 <view>{{item.shopName==''||item.shopName==null?'匿名':item.shopName}}</view> 33 <view>{{item.shopName==''||item.shopName==null?'匿名':item.shopName}}</view>
33 - <view class="uni-comment-date">{{item.chatTime}}</view> 34 +
34 </view> 35 </view>
35 <view class="uni-comment-content kehu" style="text-align: left;padding-left: 15px;">{{item.chatContent}}</view> 36 <view class="uni-comment-content kehu" style="text-align: left;padding-left: 15px;">{{item.chatContent}}</view>
  37 + <view class="uni-comment-date">{{item.chatTime}}</view>
36 </view> 38 </view>
37 </view> 39 </view>
38 40
@@ -45,9 +47,10 @@ @@ -45,9 +47,10 @@
45 <view class="uni-comment-body"> 47 <view class="uni-comment-body">
46 <view class="uni-comment-top"> 48 <view class="uni-comment-top">
47 <view>商家</view> 49 <view>商家</view>
48 - <view class="uni-comment-date"></view> 50 +
49 </view> 51 </view>
50 <view class="uni-comment-content kehu" style="text-align: left;padding-left: 15px;">您好!请问有什么问题呢?</view> 52 <view class="uni-comment-content kehu" style="text-align: left;padding-left: 15px;">您好!请问有什么问题呢?</view>
  53 + <view class="uni-comment-date"></view>
51 </view> 54 </view>
52 </view> 55 </view>
53 </view> 56 </view>
@@ -237,7 +240,7 @@ @@ -237,7 +240,7 @@
237 240
238 .uni-comment-body { 241 .uni-comment-body {
239 margin-top: 10rpx; 242 margin-top: 10rpx;
240 - // width: 100%; 243 + width: 100%;
241 } 244 }
242 245
243 .uni-comment-top { 246 .uni-comment-top {
@@ -254,16 +257,26 @@ @@ -254,16 +257,26 @@
254 } 257 }
255 258
256 .uni-comment-top{ 259 .uni-comment-top{
257 - .uni-comment-date {  
258 - color: #666666;  
259 - font-size: 20upx;  
260 - } 260 +
261 } 261 }
262 - 262 + .uni-comment-date {
  263 + color: #666666;
  264 + font-size: 24upx;
  265 + }
263 .uni-comment-content { 266 .uni-comment-content {
264 line-height: 1.6em; 267 line-height: 1.6em;
265 font-size: 28upx; 268 font-size: 28upx;
266 - padding: 8rpx 0; 269 + padding: 8rpx 10px;
  270 + margin:8rpx 0;
  271 + /* 移除固定高度和宽度 */
  272 + height: auto;
  273 + width: auto;
  274 + /* 使用 inline-block 或 flex 让盒子根据内容自动调整大小 */
  275 + display: inline-block;
  276 + max-width: 70%; /* 大致限制宽度为父元素的 70% */
  277 + word-wrap: break-word; /* 允许长单词换行 */
  278 + overflow-wrap: break-word; /* 同 word-wrap,更标准的写法 */
  279 + display: inline-block; /* 让盒子根据内容自适应宽度 */
267 } 280 }
268 281
269 .uni-comment-replay-btn { 282 .uni-comment-replay-btn {
ceres-uniapp-master/pages_category_page1/question/succe.vue
1 <template> 1 <template>
2 <view class="questionnaire"> 2 <view class="questionnaire">
3 - <view style="position: absolute;top:35%;width:80%;left:10%" v-if="yuan"> 3 + <view style="position: absolute;top:30%;width:80%;left:10%" v-if="yuan">
4 <image src="../../static/images/tijiao.png" style="width:100%;" mode="aspectFit"></image> 4 <image src="../../static/images/tijiao.png" style="width:100%;" mode="aspectFit"></image>
5 <button class="submit-btn" @click="guanbi">关闭</button> 5 <button class="submit-btn" @click="guanbi">关闭</button>
6 </view> 6 </view>
7 - <view style="position: absolute;top:35%;width:80%;left:10%" v-if="chong"> 7 + <view style="position: absolute;top:30%;width:80%;left:10%" v-if="chong">
8 <image src="../../static/images/tijiaoTwo.png" style="width:100%;" mode="aspectFit"></image> 8 <image src="../../static/images/tijiaoTwo.png" style="width:100%;" mode="aspectFit"></image>
9 </view> 9 </view>
10 - <view style="position: absolute;top:35%;width:80%;left:10%" v-if="yuan == false && chong == false"> 10 + <view style="position: absolute;top:30%;width:80%;left:10%" v-if="yuan == false && chong == false">
11 <image src="../../static/images/tijiaoThree.png" style="width:100%;" mode="aspectFit"></image> 11 <image src="../../static/images/tijiaoThree.png" style="width:100%;" mode="aspectFit"></image>
12 <view style="text-align: center;font-size: 20px;color: grey;">{{msg}}</view> 12 <view style="text-align: center;font-size: 20px;color: grey;">{{msg}}</view>
13 </view> 13 </view>
settled-merchant-master/src/api/index.js
@@ -3,13 +3,14 @@ import home from &#39;./home&#39; @@ -3,13 +3,14 @@ import home from &#39;./home&#39;
3 const host = `${window.location.protocol}//${window.location.host}` 3 const host = `${window.location.protocol}//${window.location.host}`
4 const TIAOZHUAN = `${host}/cdwlMall/meserver/` 4 const TIAOZHUAN = `${host}/cdwlMall/meserver/`
5 // 获取当前环境变量 true => 生产环境 false => 开发环境 5 // 获取当前环境变量 true => 生产环境 false => 开发环境
6 -const BASEURL = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'api' : 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api'  
7 -const upUrl = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'admin-server' : 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' 6 +const BASEURL = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'api' : 'http://128.10.249.28:9007'
  7 +const upUrl = (process.env.NODE_ENV === 'production') ? TIAOZHUAN + 'admin-server' : 'http://128.10.249.28:9003'
8 export const api = { 8 export const api = {
9 // 登录模块 9 // 登录模块
10 ...home(BASEURL), 10 ...home(BASEURL),
11 // 图片上传 11 // 图片上传
12 upload: `${upUrl}/miniio/uploadQuestion`, 12 upload: `${upUrl}/miniio/uploadQuestion`,
  13 + // upload: `http://172.16.61.237:9000/miniio/uploadQuestion`,
13 // 商家入驻 14 // 商家入驻
14 enterpriseCheck: `${BASEURL}/check/enterpriseCheck`, 15 enterpriseCheck: `${BASEURL}/check/enterpriseCheck`,
15 individualCheck: `${BASEURL}/check/individualCheck`, 16 individualCheck: `${BASEURL}/check/individualCheck`,
settled-merchant-master/src/main.js
@@ -17,7 +17,7 @@ Vue.prototype.$message = ElementUI.Message @@ -17,7 +17,7 @@ Vue.prototype.$message = ElementUI.Message
17 let host = window.location.host 17 let host = window.location.host
18 if (host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528' || host === '192.168.31.45:9528' || host === 'localhost:9529') { 18 if (host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528' || host === '192.168.31.45:9528' || host === 'localhost:9529') {
19 Vue.prototype.$baseURL = 'https://jy.scjysm.asia:18086/cdwlMall' 19 Vue.prototype.$baseURL = 'https://jy.scjysm.asia:18086/cdwlMall'
20 - Vue.prototype.$baseURL = `${window.location.protocol}//${window.location.host}/cdwlMall` 20 + // Vue.prototype.$baseURL = `${window.location.protocol}//${window.location.host}/cdwlMall`
21 } else { 21 } else {
22 Vue.prototype.$baseURL = `${window.location.protocol}//${window.location.host}/cdwlMall` 22 Vue.prototype.$baseURL = `${window.location.protocol}//${window.location.host}/cdwlMall`
23 } 23 }
settled-merchant-master/src/views/SettleIn/enterprisesApply.vue
@@ -232,8 +232,8 @@ export default { @@ -232,8 +232,8 @@ export default {
232 enterpriseCardStartTime: '', // 证件有效开始时间 232 enterpriseCardStartTime: '', // 证件有效开始时间
233 enterpriseCardEndTime: '', // 证件有效结束时间 233 enterpriseCardEndTime: '', // 证件有效结束时间
234 enterpriseCardPositive: '', // 身份证正面照 234 enterpriseCardPositive: '', // 身份证正面照
235 - enterpriseCardSide: '' ,// 身份证反面照  
236 - merchantType: '线上商家' 235 + enterpriseCardSide: '', // 身份证反面照
  236 + merchantType: '线上商家'
237 }, 237 },
238 idCardList: [], 238 idCardList: [],
239 dictName: '证件类型', 239 dictName: '证件类型',
settled-merchant-master/src/views/SettleIn/individualBusiness.vue
@@ -232,8 +232,8 @@ export default { @@ -232,8 +232,8 @@ export default {
232 subjectCardStartTime: '', // 证件有效开始时间 232 subjectCardStartTime: '', // 证件有效开始时间
233 subjectCardEndTime: '', // 证件有效结束时间 233 subjectCardEndTime: '', // 证件有效结束时间
234 subjectCardPositive: '', // 身份证正面照 234 subjectCardPositive: '', // 身份证正面照
235 - subjectCardSide: '' ,// 身份证反面照  
236 - merchantType: '线上商家' 235 + subjectCardSide: '', // 身份证反面照
  236 + merchantType: '线上商家'
237 }, 237 },
238 idCardList: [], 238 idCardList: [],
239 dictName: '证件类型', 239 dictName: '证件类型',
settled-merchant-master/src/views/SettleIn/organization.vue
@@ -230,8 +230,8 @@ export default { @@ -230,8 +230,8 @@ export default {
230 otherCardStartTime: '', // 证件有效开始时间 230 otherCardStartTime: '', // 证件有效开始时间
231 otherCardEndTime: '', // 证件有效结束时间 231 otherCardEndTime: '', // 证件有效结束时间
232 otherCardPositive: '', // 身份证正面照 232 otherCardPositive: '', // 身份证正面照
233 - otherCardSide: '' ,// 身份证反面照  
234 - merchantType: '线上商家' 233 + otherCardSide: '', // 身份证反面照
  234 + merchantType: '线上商家'
235 }, 235 },
236 idCardList: [], 236 idCardList: [],
237 dictName: '证件类型', 237 dictName: '证件类型',
settled-merchant-master/src/views/SettleIn/personal.vue
@@ -186,8 +186,8 @@ export default { @@ -186,8 +186,8 @@ export default {
186 personalCardEndTime: '', // 证件有效结束时间 186 personalCardEndTime: '', // 证件有效结束时间
187 personalCardPositive: '', // 身份证正面照 187 personalCardPositive: '', // 身份证正面照
188 personalCardSide: '', // 身份证反面照 188 personalCardSide: '', // 身份证反面照
189 - personalCardHand: '' ,// 手持证件照  
190 - merchantType: '线上商家' 189 + personalCardHand: '', // 手持证件照
  190 + merchantType: '线上商家'
191 }, 191 },
192 idCardList: [], 192 idCardList: [],
193 dictName: '证件类型', 193 dictName: '证件类型',
settled-merchant-master/src/views/moblie/mEnterprise.vue
@@ -284,8 +284,8 @@ export default { @@ -284,8 +284,8 @@ export default {
284 enterpriseCardStartTime: '', // 证件有效开始时间 284 enterpriseCardStartTime: '', // 证件有效开始时间
285 enterpriseCardEndTime: '', // 证件有效结束时间 285 enterpriseCardEndTime: '', // 证件有效结束时间
286 enterpriseCardPositive: '', // 身份证正面照 286 enterpriseCardPositive: '', // 身份证正面照
287 - enterpriseCardSide: '' ,// 身份证反面照  
288 - merchantType: '线上商家' 287 + enterpriseCardSide: '', // 身份证反面照
  288 + merchantType: '线上商家'
289 }, 289 },
290 idCardList: [], 290 idCardList: [],
291 dictName: '证件类型', 291 dictName: '证件类型',
@@ -344,15 +344,19 @@ export default { @@ -344,15 +344,19 @@ export default {
344 this.show = false 344 this.show = false
345 }, 345 },
346 selectStartDateBtn () { 346 selectStartDateBtn () {
  347 + this.startDate = new Date()
347 this.startDateShow = true 348 this.startDateShow = true
348 }, 349 },
349 selectEndDateBtn () { 350 selectEndDateBtn () {
  351 + this.endDate = new Date()
350 this.endDateShow = true 352 this.endDateShow = true
351 }, 353 },
352 selectIdStartDateBtn () { 354 selectIdStartDateBtn () {
  355 + this.idCardStartDate = new Date()
353 this.idCardStartShow = true 356 this.idCardStartShow = true
354 }, 357 },
355 selectIdEndDateBtn () { 358 selectIdEndDateBtn () {
  359 + this.idCardEndDate = new Date()
356 this.idCardEndShow = true 360 this.idCardEndShow = true
357 }, 361 },
358 dateTime (value) { 362 dateTime (value) {
settled-merchant-master/src/views/moblie/mOtherOrg.vue
@@ -283,8 +283,8 @@ export default { @@ -283,8 +283,8 @@ export default {
283 otherCardStartTime: '', // 证件有效开始时间 283 otherCardStartTime: '', // 证件有效开始时间
284 otherCardEndTime: '', // 证件有效结束时间 284 otherCardEndTime: '', // 证件有效结束时间
285 otherCardPositive: '', // 身份证正面照 285 otherCardPositive: '', // 身份证正面照
286 - otherCardSide: '' ,// 身份证反面照  
287 - merchantType: '线上商家' 286 + otherCardSide: '', // 身份证反面照
  287 + merchantType: '线上商家'
288 }, 288 },
289 idCardList: [], 289 idCardList: [],
290 dictName: '证件类型', 290 dictName: '证件类型',
settled-merchant-master/src/views/moblie/mPersonal.vue
@@ -206,8 +206,8 @@ export default { @@ -206,8 +206,8 @@ export default {
206 personalCardEndTime: '', // 证件有效结束时间 206 personalCardEndTime: '', // 证件有效结束时间
207 personalCardPositive: '', // 身份证正面照 207 personalCardPositive: '', // 身份证正面照
208 personalCardSide: '', // 身份证反面照 208 personalCardSide: '', // 身份证反面照
209 - personalCardHand: '' ,// 手持证件照  
210 - merchantType: '线上商家' 209 + personalCardHand: '', // 手持证件照
  210 + merchantType: '线上商家'
211 }, 211 },
212 idCardList: [], 212 idCardList: [],
213 dictName: '证件类型', 213 dictName: '证件类型',
settled-merchant-master/src/views/moblie/mUinitBusiness.vue
@@ -247,8 +247,8 @@ export default { @@ -247,8 +247,8 @@ export default {
247 areaRegionList: AreaList, 247 areaRegionList: AreaList,
248 show: false, 248 show: false,
249 regionShow: false, 249 regionShow: false,
250 - minDate: new Date(1960, 1, 1),  
251 - maxDate: new Date(2077, 12, 31), 250 + minDate: new Date(1980, 1, 1),
  251 + maxDate: new Date(2100, 12, 31),
252 startDate: '', 252 startDate: '',
253 endDate: '', 253 endDate: '',
254 idCardStartDate: '', 254 idCardStartDate: '',
@@ -287,8 +287,8 @@ export default { @@ -287,8 +287,8 @@ export default {
287 subjectCardStartTime: '', // 证件有效开始时间 287 subjectCardStartTime: '', // 证件有效开始时间
288 subjectCardEndTime: '', // 证件有效结束时间 288 subjectCardEndTime: '', // 证件有效结束时间
289 subjectCardPositive: '', // 身份证正面照 289 subjectCardPositive: '', // 身份证正面照
290 - subjectCardSide: '' ,// 身份证反面照  
291 - merchantType: '线上商家' 290 + subjectCardSide: '', // 身份证反面照
  291 + merchantType: '线上商家'
292 }, 292 },
293 idCardList: [], 293 idCardList: [],
294 dictName: '证件类型', 294 dictName: '证件类型',
@@ -417,15 +417,19 @@ export default { @@ -417,15 +417,19 @@ export default {
417 this.show = false 417 this.show = false
418 }, 418 },
419 selectStartDateBtn () { 419 selectStartDateBtn () {
  420 + this.startDate = new Date()
420 this.startDateShow = true 421 this.startDateShow = true
421 }, 422 },
422 selectEndDateBtn () { 423 selectEndDateBtn () {
  424 + this.endDate = new Date()
423 this.endDateShow = true 425 this.endDateShow = true
424 }, 426 },
425 selectIdStartDateBtn () { 427 selectIdStartDateBtn () {
  428 + this.idCardStartDate = new Date()
426 this.idCardStartShow = true 429 this.idCardStartShow = true
427 }, 430 },
428 selectIdEndDateBtn () { 431 selectIdEndDateBtn () {
  432 + this.idCardEndDate = new Date()
429 this.idCardEndShow = true 433 this.idCardEndShow = true
430 }, 434 },
431 dateTime (value) { 435 dateTime (value) {