小程序
小游戏
企业微信
微信支付
扫描小程序码分享
在wxml中能直接调用js文件中的方法吗?
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
不能,wxml连原生的方法都不能调用
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<livePlayer wx:if="{{liveShow}}" bindmyevent="liveHide"></livePlayer>
这是父组件中引入的公共组件
var o = n("ac6b"),
r = n("2f62"),
p = 0,
s = {
name: "index",
components: {
"app-index": function() {
return n.e("components/page-component/index/app-index").then(n.bind(null, "6f02"))
},
"app-diy-page": function() {
return n.e("components/page-component/index/app-diy-page").then(n.bind(null, "6a38"))
appBuyPrompt: function() {
return n.e("components/page-component/app-buy-prompt/app-buy-prompt").then(n.bind(null, "49f6"))
appMyApp: function() {
return n.e("components/page-component/app-my-app/app-my-app").then(n.bind(null, "d7d6"))
}
data: function() {
return {
scrollTop: 0,
homePages: [],
type: "",
is_storage: !1,
destroy: !0,
pageHide: !1,
methods: {
liveHide: function () {
console.log('测试测试')
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
不能,wxml连原生的方法都不能调用
怎么我调用提示找不到
<livePlayer wx:if="{{liveShow}}" bindmyevent="liveHide"></livePlayer>
这是父组件中引入的公共组件
var o = n("ac6b"),
r = n("2f62"),
p = 0,
s = {
name: "index",
components: {
"app-index": function() {
return n.e("components/page-component/index/app-index").then(n.bind(null, "6f02"))
},
"app-diy-page": function() {
return n.e("components/page-component/index/app-diy-page").then(n.bind(null, "6a38"))
},
appBuyPrompt: function() {
return n.e("components/page-component/app-buy-prompt/app-buy-prompt").then(n.bind(null, "49f6"))
},
appMyApp: function() {
return n.e("components/page-component/app-my-app/app-my-app").then(n.bind(null, "d7d6"))
}
},
data: function() {
return {
scrollTop: 0,
homePages: [],
type: "",
is_storage: !1,
destroy: !0,
pageHide: !1,
methods: {
liveHide: function () {
console.log('测试测试')
},