...
|
...
|
@@ -230,6 +230,7 @@ Page({ |
230
|
230
|
issinglechild_Data.disabled = false;
|
231
|
231
|
shareMethod_Data.disabled = false;
|
232
|
232
|
}else{
|
|
233
|
+ btn_show = false
|
233
|
234
|
issinglechild_Data.disabled = true;
|
234
|
235
|
issinglechild_Data.selected = data.is_single == 'y' ? "是" : "否";
|
235
|
236
|
|
...
|
...
|
|