Commit 05f35eba by member

连接小工具测试

parent 70c72b7d
......@@ -105,6 +105,7 @@ export default {
this.axios.post(`${this.baseUrl}/api-integral-mall/page-gift`,qs.stringify(params)).then(res => {
const data = res.data;
alert(data);
if (data.errorCode == 0) {
if (!!data.result && data.result.rows && data.result.rows.length) {
this.goodsList = data.result.rows;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment