Authored by TaoHuang

Merge remote-tracking branch 'origin/master' into feature/topic

@@ -152,9 +152,9 @@ export default { @@ -152,9 +152,9 @@ export default {
152 .logo { 152 .logo {
153 display: inline-block; 153 display: inline-block;
154 width: 750px; 154 width: 750px;
155 - height: 313px; 155 + height: 314px;
156 /*margin-top: 45px;*/ 156 /*margin-top: 45px;*/
157 - background-image: url("//cdn.yoho.cn/20190723/top_logo.png?imageView2/2/format/jpg"); 157 + background-image: url("//cdn.yoho.cn/20190801/top_logo.png?imageView2/2/format/jpg");
158 background-size: cover; 158 background-size: cover;
159 } 159 }
160 160
@@ -162,18 +162,18 @@ export default { @@ -162,18 +162,18 @@ export default {
162 .desc { 162 .desc {
163 display: inline-block; 163 display: inline-block;
164 width: 750px; 164 width: 750px;
165 - height: 1265px; 165 + height: 1078px;
166 margin-top: 30px; 166 margin-top: 30px;
167 - background-image: url("//cdn.yoho.cn/20190723/descrip.png?imageView2/2/format/jpg"); 167 + background-image: url("//cdn.yoho.cn/2019080101/descrip.png?imageView2/2/format/jpg");
168 background-size: cover; 168 background-size: cover;
169 } 169 }
170 170
171 .tip { 171 .tip {
172 display: inline-block; 172 display: inline-block;
173 width: 750px; 173 width: 750px;
174 - height: 374px; 174 + height: 370px;
175 margin-top: 20px; 175 margin-top: 20px;
176 - background-image: url("//cdn.yoho.cn/20190723/tips.png?imageView2/2/format/jpg"); 176 + background-image: url("//cdn.yoho.cn/20190801/tips.png?imageView2/2/format/jpg");
177 background-size: cover; 177 background-size: cover;
178 } 178 }
179 179
1 const mysql = require('./mysql-client'); 1 const mysql = require('./mysql-client');
2 -const TABEL = 'user_alipay'; 2 +const TABEL = 'user_alipay2';
3 3
4 async function insert(data) { 4 async function insert(data) {
5 return mysql(TABEL).insert({ 5 return mysql(TABEL).insert({