Commit daa32ab7 by 高淑倩

modify: 会员详情

parent 8b64a24c
...@@ -35,16 +35,16 @@ wxService.page({ ...@@ -35,16 +35,16 @@ wxService.page({
onShow () { onShow () {
const { orderNo } = this.options const { orderNo } = this.options
if(orderNo){ if(orderNo){
// this.initOrderDetail(orderNo) this.initOrderDetail(orderNo)
} }
this.initOrderDetail('30119060422083416189296') // this.initOrderDetail('30119060422083416189296')
}, },
initOrderDetail(orderNo){ initOrderDetail(orderNo){
wx.showLoading({ wx.showLoading({
title: '加载中' title: '加载中'
}) })
wxService.get(`/sale/order/findByOrderNo?orderNo=${orderNo}&brandId=1002`).then(res => { wxService.get(`/sale/order/findByOrderNo?orderNo=${orderNo}&brandId=2005`).then(res => {
const {result,data} = res.data const {result,data} = res.data
if(result == 0){ if(result == 0){
wx.hideLoading() wx.hideLoading()
......
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