调试完成
This commit is contained in:
@@ -365,6 +365,14 @@ export default {
|
||||
addrefundall({order_id,reason_info}) {
|
||||
return vm.$u.post('order/add_refund_all',{order_id,reason_info})
|
||||
},
|
||||
//提示文字
|
||||
tips(){
|
||||
return vm.$u.post('Shop/tips')
|
||||
},
|
||||
//内容
|
||||
tipsinfo({document_code}){
|
||||
return vm.$u.post('Shop/tipInfo',{document_code})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user