- web-view打开H5内跳转到小程序的客服
如题 在web-view内打开一个H5,想在H5中点击一个按钮跳转到客服,能否实现?
2019-07-10 - ad组件
ad组件作为一个组件引入, 第一次展示正常第二次展示就会变小, 并且样会自动加上一段样式 width:300px !important; transform:scale(1); height:86px !important; [图片] [图片] 预期:不变
2019-04-15 - 业务域名
https://a.com 业务域名 https://b.com 非业务域名 1.web—view 能否打开a然后跳转b?2.a中的数据请求一定是a.com/xxx ? 能否请求b.com/xxx或者c.com/xxx?
2019-04-15 - official-account放在组件中只有第一次展示
official-account做成了一个自定义的组件public-account, <view> <official-account></official-account> </view> 在某个template1中引入了该组件, <template name="A"> <public-account></public-account> </template> index中引入A, <template is='A'></template> 多个template用wx-if切换 <template wx=if='{{active==1}}' is='A'></template> <template wx=if='{{active==2}}' is='B'></template> <template wx=if='{{active==3}}' is='C'></template> 这种情况下只有第一次切换到A时才展示official-account
2019-01-09 - import模版中的wxss和js,能动态设置路径么?
如题,在主页中import模版wxml,wxss,js,引入的模版文件路径不定,能否根据不同的参数,动态设置import的路径,来做到动态引入
2018-05-23