|
|
@@ -631,8 +631,9 @@ function handleGoodsInfo() {
|
|
|
let artInfo = rspData.data.info;
|
|
|
let authorInfo = rspData.data.author;
|
|
|
let paymentInfo = rspData.data.paymentInfo;
|
|
|
- if (paymentInfo.isBuy == 0) {
|
|
|
- paymentInfo.isBuy = 1;
|
|
|
+ let buttons = rspData.data.button;
|
|
|
+ if (buttons[0].disable == 1) {
|
|
|
+ buttons[0].disable = 1;
|
|
|
authorInfo.nickName = `${authorInfo.nickName}#改`;
|
|
|
}
|
|
|
gRetBody = rspData;
|