小程序
小游戏
企业微信
微信支付
扫描小程序码分享
新版开发工具的代码格式化功能是不是不能用了
9 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你是什么版本
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
麻烦贴一下 你不能格式的代码。
请问是什么类型的文件格式化失败?
小鱼可以试试,右键格式化,快捷键不能格式化
不能格式化
运行正常,但是不能格式化
就是这段,怎么格式化都不行
<view class="weui-cell weui-cell_input">
<view class="weui-cell__hd">
<view class="weui-label">目的地</view>
</view>
<view class="weui-cell__bd">
<picker bindblur="userDateHandle" value="{{array[index]}}" range="{{array}}" bindchange="bindPickerChange">
<text style="color:{{userDateColor}};" name="modeOfTravel" class="weui-input">{{modeOfTravel}}</text>
</picker>
<!-- <view class="weui-cell__bd">
<input bindblur="userThateHandle" name="userThate" value="{{userThate}}" class="weui-input" placeholder="请输入目的地" />
</view> -->
wxml
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你是什么版本
麻烦贴一下 你不能格式的代码。
请问是什么类型的文件格式化失败?
小鱼可以试试,右键格式化,快捷键不能格式化
不能格式化
运行正常,但是不能格式化
就是这段,怎么格式化都不行
<view class="weui-cell weui-cell_input">
<view class="weui-cell__hd">
<view class="weui-label">目的地</view>
</view>
<view class="weui-cell__bd">
<picker bindblur="userDateHandle" value="{{array[index]}}" range="{{array}}" bindchange="bindPickerChange">
<text style="color:{{userDateColor}};" name="modeOfTravel" class="weui-input">{{modeOfTravel}}</text>
</picker>
</view>
<!-- <view class="weui-cell__bd">
<input bindblur="userThateHandle" name="userThate" value="{{userThate}}" class="weui-input" placeholder="请输入目的地" />
</view> -->
</view>
wxml