Skip to content
#

weapp

Here are 520 public repositories matching this topic...

nanMin97
nanMin97 commented Dec 17, 2019

引入如下js文件

//home.wpy
import mix from '@/mixins/tabs/xxx.js'
export default class extends wepy.page {
     mixins=[mix]
}

//xxx.js
import wepy from 'wepy'
export default class extends wepy.mixin{
  data = {
      ...
    }
    onLoad() {
            this.getData()
        }
    async getData() {
            const { data: res } = await wepy.request({
                url: 'xx
tceweb
tceweb commented Nov 30, 2017

template name=wxParseImg中style="width:{{item.width}}px;"应为style="width:{{item.attr.width}}px;",不然取不到值。
以下数据格式
{
"node": "element",
"tag": "img",
"index": "5.1.0",
"tagType": "inline",
"attr": {
"src": "xx/image/20171129/6364757176942551892750408.png",
"title": "symbol.png",
"alt": "symbol.png",
"width": "30",
"height": "26"
},
"imgIndex": 2

j0hnys
j0hnys commented Dec 28, 2018

Hello.

I am big fan of iview UI Toolkit and interested in a mobile friendly version of it, which as far as i can tell is this project. Is there any progress in translating everything to English?

Great work in general. Congratulations.

Improve this page

Add a description, image, and links to the weapp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the weapp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.