Skip to content

Commit 4080820

Browse files
committed
debug
1 parent 777ff52 commit 4080820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/example/touch.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export default {
2727
console.log('xxxx',btn.ios);
2828
//设置button按钮文字
2929
btn.ios.setTitleForState('Button title', UIControlStateNormal);
30-
btn.ios.
30+
//var UIButton = UIButton.alloc.init;
31+
btn.ios.basicRandom();
3132
//btn.ios.addTargetWithActionForControlEvent(this, cccontrol_selector(HelloWorld:: touchDownAction), CCControlEventTouchDown);
3233
// btn.android.setOnTouchListener(new android.view.View.OnTouchListener({
3334
// onTouch: function (view, motionEvent) {

0 commit comments

Comments
 (0)