kevin_zhangl 3 years ago
parent
commit
3544cc1fb6

+ 2 - 2
src/views/article/article-list.vue

@@ -29,8 +29,8 @@
     <pagination v-show="total>0" :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.pageSize" @pagination="getList" />
 
 		<el-dialog title="" :visible.sync="dialog" :width="screenWidth" v-loading="loading" center style="margin-top: -80px;">
-			<div class="white-box" style="text-align: center; margin-top: -20px;">
-				<div class="white-box-title">
+			<div class="white-box" style="margin-top: -20px;">
+				<div class="white-box-title" style="text-align: center">
 					<h1>{{ article.TITLE }}</h1>
 					<span>{{ article.CREATED_AT | parseTime('{y}-{m}-{d} {h}:{i}') }}</span>
 				</div>

+ 2 - 2
src/views/dashboard/admin/index.vue

@@ -56,8 +56,8 @@
     </el-row> -->
 
 		<el-dialog title="" :visible.sync="dialog" :width="screenWidth" center style="margin-top: -80px;">
-			<div class="white-box" style="text-align: center; margin-top: -20px;">
-				<div class="white-box-title">
+			<div class="white-box" style="margin-top: -20px;">
+				<div class="white-box-title" style="text-align: center">
 					<h1>{{ article.TITLE }}</h1>
 					<span>{{ article.CREATED_AT | parseTime('{y}-{m}-{d} {h}:{i}') }}</span>
 				</div>

+ 0 - 1
src/views/shop/car-fund-products.vue

@@ -486,7 +486,6 @@ export default {
 					this.submitButtonStat = false
 				})
 			}).catch(err => {
-				console.log(err)
 				this.submitButtonStat = false
 			})
 		},

+ 0 - 1
src/views/shop/standard-products.vue

@@ -601,7 +601,6 @@
 							})
 							this.$router.push({path: `/shop/order-list`})
 						}).catch(err => {
-							console.log('standardError', err)
 							this.$message({
 								message: err,
 								type: 'error',

+ 0 - 1
src/views/shop/villa-fund-products.vue

@@ -486,7 +486,6 @@ export default {
 					this.submitButtonStat = false
 				})
 			}).catch(err => {
-				console.log(err)
 				this.submitButtonStat = false
 			})
 		},

+ 1 - 1
src/views/user/member-upgrade.vue

@@ -5,7 +5,7 @@
 				<el-col :xs="24" :sm="16" :lg="16">
 					<el-form :model="form" ref="form" :label-position="labelPosition" label-width="180px" class="form-page">
 						<el-form-item :label="$t('shop.memberCode')" prop="insertUserName">
-							<el-input v-model="form.insertUserName" @blur="fetchUpgradeInfo" :placeholder="$t('user.enterMemberCode')" :rules="{ required: true, message: $t('user.enterMemberCode'), trigger: 'blur' }"></el-input>
+							<el-input v-model.trim="form.insertUserName" @blur="fetchUpgradeInfo" :placeholder="$t('user.enterMemberCode')" :rules="{ required: true, message: $t('user.enterMemberCode'), trigger: 'blur' }"></el-input>
 						</el-form-item>
 						<el-form-item :label="$t('profile.memberLevel')">
 							<el-input v-model="form.userDecName" disabled></el-input>