Commit ab9d4b04 authored by huoshizhe's avatar huoshizhe

fix: 不显示边框的情况

parent 2266d8b9
...@@ -144,7 +144,9 @@ cc.Class({ ...@@ -144,7 +144,9 @@ cc.Class({
/**隐藏边框 */ /**隐藏边框 */
showBox() { showBox() {
this.quan.active = true if (this.data.useBorder) {
this.quan.active = true
}
this.hand.active = false this.hand.active = false
// this.btnX.active = true // this.btnX.active = true
// this.icon_stop.active = true // this.icon_stop.active = true
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
}, },
"android": { "android": {
"sceneName": "Book_Read", "sceneName": "Book_Read",
"version": "19dbd" "version": "b401d"
} }
} }
\ No newline at end of file
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