Commit 77e041fa authored by xishifeng's avatar xishifeng

商铺详情查看修改补充

parent 352b5993
...@@ -23,10 +23,10 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function ...@@ -23,10 +23,10 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
dataType: 'json', dataType: 'json',
beforeSend: function() {}, beforeSend: function() {},
success: function(_data) { success: function(_data) {
document.body.style.display = 'block';
if(typeof _data === 'object') { if(typeof _data === 'object') {
_this.dataCode = _data['code']; _this.dataCode = _data['code'];
if(_data['code'] == '200') { if(_data['code'] == '200') {
document.body.style.display = 'block';
_this.d = _data.data; _this.d = _data.data;
} else { } else {
layerTipsX(_data['msg']); layerTipsX(_data['msg']);
......
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