- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
Pages/index.js
var sceneReadyBehavior = require('../../behavior-scene/scene-ready');
var handleDecodedXML = require('../../behavior-scene/util').handleDecodedXML;
Page({
behaviors:[sceneReadyBehavior],
data: {
renderWidth: 0,
renderHeight: 0,
width: 0,
height: 0,
top: 0,
left: 0
},
onLoad: function() {
const info = wx.getWindowInfo();
this.setData({
renderWidth: info.screenWidth,
renderHeight: info.screenHeight,
width: info.screenWidth,
height: info.screenHeight,
top: 0,
left: 0
});
},
handleSceneReady: function(e) {
console.log('handleSceneReady called');
this.scene = e.detail.value;
},
handleConfirmPosition: function() {
console.log('handleConfirmPosition called');
const arComponent = this.selectComponent('#main-frame');
console.log('arComponent:', arComponent);
if (arComponent) {
arComponent.showModel();
}
}
});
class="hljs-button signin active" data-title="登录复制" data-report-click="{"spm":"1001.2101.3001.4334"}">
class="hide-preCode-box">
评论记录:
回复评论: