|
|
require('3party/question-detail.page.css');
|
|
|
|
|
|
let $ = require('yoho-jquery');
|
|
|
let $ = require('yoho-jquery'),
|
|
|
tipDg = require('plugin/tip');
|
|
|
|
|
|
let question = {
|
|
|
$base: $('#qs-wrap'),
|
...
|
...
|
@@ -166,6 +167,8 @@ let question = { |
|
|
}).then(function(data) {
|
|
|
if (data.code === 200) {
|
|
|
window.history.go(-1);
|
|
|
} else {
|
|
|
tipDg.show(data.message || '网络出了点问题~');
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
|