UNPKG

ty-mobile-uni

Version:

uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水

12 lines (10 loc) 252 B
import Vue from 'vue'; //查询列表 export function getList(data,apiObj) { const {url,methodType}=apiObj; return Vue.prototype.request.init({ url: url||'/user/api/membership/membership/list', method: methodType||'get', data }) }