1***@qq.com
1***@qq.com
  • 发布:2022-05-05 20:10
  • 更新:2022-05-05 21:57
  • 阅读:206

【报Bug】编辑器更新后,编辑vue时,括号闭合异常,删除了配置文件和软件目录后重新下载了最新的正式版,然后运行还是有同样的问题

分类:HBuilderX

产品分类: HbuilderX

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows 10 专业版

HBuilderX版本号: 3.4.7

示例代码:
    <view class="content">  
        <image class="logo" src="/static/logo.png"></image>  
        <view class="text-area">  
            <text class="title">{{title}}</text>  
            <button @click='getserinfop'>登录</button>  
            <button open-type="getPhoneNumber" @getphonenumber='@getphonenumber'>登录</button>  
        </view>  
    </view>  
</template>  

<script>  
    export default {  
        data() {  
            return {  
                title: 'Hello'  
            }  
        },  
        methods: {  
            getuserinfo(res) {  
                console.log(res);  
            },  
            getphonenumber(res) {  
                console.log(res);  
            },  
            getserinfop() {  
                uni.getUserProfile({  
                    desc: '注册',  
                    success: function(res) {  
                        console.log(res);  
                    },  
                    fail: function(res) {  
                        console.log(res);  
                    }  
                })  
            }  
        }  
    }  
</script>  

<style>  
    .content {  
        display: flex;  
        flex-direction: column;  
        align-items: center;  
        justify-content: center;  
    }  

    .logo {  
        height: 200rpx;  
        width: 200rpx;  
        margin-top: 200rpx;  
        margin-left: auto;  
        margin-right: auto;  
        margin-bottom: 50rpx;  
    }  

    .text-area {  
        display: flex;  
        justify-content: center;  
    }  

    .title {  
        font-size: 36rpx;  
        color: #8f8f94;  
    }  
</style>

操作步骤:
    <view class="content">  
        <image class="logo" src="/static/logo.png"></image>  
        <view class="text-area">  
            <text class="title">{{title}}</text>  
            <button @click='getserinfop'>登录</button>  
            <button open-type="getPhoneNumber" @getphonenumber='@getphonenumber'>登录</button>  
        </view>  
    </view>  
</template>  

<script>  
    export default {  
        data() {  
            return {  
                title: 'Hello'  
            }  
        },  
        methods: {  
            getuserinfo(res) {  
                console.log(res);  
            },  
            getphonenumber(res) {  
                console.log(res);  
            },  
            getserinfop() {  
                uni.getUserProfile({  
                    desc: '注册',  
                    success: function(res) {  
                        console.log(res);  
                    },  
                    fail: function(res) {  
                        console.log(res);  
                    }  
                })  
            }  
        }  
    }  
</script>  

<style>  
    .content {  
        display: flex;  
        flex-direction: column;  
        align-items: center;  
        justify-content: center;  
    }  

    .logo {  
        height: 200rpx;  
        width: 200rpx;  
        margin-top: 200rpx;  
        margin-left: auto;  
        margin-right: auto;  
        margin-bottom: 50rpx;  
    }  

    .text-area {  
        display: flex;  
        justify-content: center;  
    }  

    .title {  
        font-size: 36rpx;  
        color: #8f8f94;  
    }  
</style>

预期结果:

括号应该正常闭合

实际结果:

括号闭合异常

bug描述:

在编辑vue代码的时候,js部分的括号闭合,错乱

2022-05-05 20:10 负责人:无 分享
已邀请:
小枫叶

小枫叶 - 外包接单加v:wlmk1234567 注明来意

复现到了

该问题目前已经被锁定, 无法添加新回复