miniprogram-to-uniapp icon indicating copy to clipboard operation
miniprogram-to-uniapp copied to clipboard

轻松将各种小程序转换为uni-app项目

Results 56 miniprogram-to-uniapp issues
Sort by recently updated
recently updated
newest added

### 问题描述? ![image](https://github.com/zhangdaren/miniprogram-to-uniapp/assets/29689307/bf25c384-90f9-43fb-b491-1e39c092dea4) ### 重现步骤 使用旧版本2.0.24能转换成功,升级到2.2.3之后,报错了。 ### 期望的结果 麻烦大佬有时间的时候帮忙看下,拜谢~

### 问题描述? 自定义属性转换错误 多了对引号 ### 重现步骤 微信 `data-report='{"rese16":"{{totalIntegral}}"}'>` 输出 ` :data-report="'{'rese16':''+(totalIntegral)+''}'"` ### 期望的结果 ``` :data-report="{ rese16: totalIntegral, }" 或者 :data-report="{'rese16':''+(totalIntegral)+''}" ```

### 问题描述? ![image](https://github.com/zhangdaren/miniprogram-to-uniapp/assets/5567423/15d823c5-27d6-4209-a566-e12c38d325bb) ### 重现步骤 原始代码 ``` javascript validityLength(){ let _this=this; var bjbdx= this.data.dataSoures; for (let j = 0, lenJ = bjbdx.length; j < lenJ; ++j) { ... }, ```...

能不能写个从html转uniapp的?

### 问题描述? ![image](https://user-images.githubusercontent.com/29775824/225539531-4ab02817-6185-4b6d-b56d-316f8313dbaf.png) ### 重现步骤 ### 期望的结果

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

### 问题描述? 微信小程序代码: ```js // 表单picker选择事件 pickerOnConfirm(e) { console.log(e) const { field, value } = e.detail const { selectedArray } = value this.setData({ [field]: selectedArray, // field为变量的字段值 }) }, ```...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

### 问题描述? t-design 没有uniapp层面的组件库,迁移是否会有问题 ### 重现步骤 ### 期望的结果