6.18
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
export default {
|
||||
init(vm){
|
||||
return {
|
||||
postlogn({id,name}){
|
||||
return vm.$u.get('url',{id,name});
|
||||
}
|
||||
// 商品推荐
|
||||
getGoodsRecommend({page}){
|
||||
return vm.$u.post('Goods/getGoodsRecommend', {
|
||||
page: page
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
export default {
|
||||
init(vm){
|
||||
return {
|
||||
phoneRegister({member_mobile, sms_code}) {
|
||||
return vm.$u.post('auth/phoneRegister', {
|
||||
member_mobile: member_mobile,
|
||||
sms_code: sms_code
|
||||
});
|
||||
},
|
||||
// 启动页
|
||||
pageList({document_code}) {
|
||||
return vm.$u.post('StartUp/pageList', {});
|
||||
|
||||
Reference in New Issue
Block a user