Commit d6f3fadf authored by mengwenhao's avatar mengwenhao

feature goods_list already

parent 8992c9e9
const GOODS_URI = require("../config.js").GOODS_URI; const GOODS_URI = require("../config.js").GOODS_URI;
const req = require("../utils/request").httpReq; const req = require("../utils/request").httpReq;
<<<<<<< HEAD
/** /**
=======
/**
>>>>>>> cac0749 (update: update some message)
* 示例 * 示例
* exports.方法名 = async ctx => { * exports.方法名 = async ctx => {
* const url = `${设置好的域名}/向服务端发送的请求地址`; * const url = `${设置好的域名}/向服务端发送的请求地址`;
......
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
handleCurrentChange (e) { handleCurrentChange (e) {
this.currentPage = e; this.currentPage = e;
// 获取信息 // 获取信息
this.getList(); this.getCommodityList();
}, },
// 去往详情页 // 去往详情页
......
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