Commit d6f3fadf authored by mengwenhao's avatar mengwenhao

feature goods_list already

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