提交 77b2ac8f 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

refactor(readonly): 移除条件编译

上级 97db86bb
...@@ -56,10 +56,8 @@ const updateData = () => { ...@@ -56,10 +56,8 @@ const updateData = () => {
} }
const updateReadonlyData = () => { const updateReadonlyData = () => {
// #ifndef WEB
readonlyData.str = 'new readonly str' readonlyData.str = 'new readonly str'
readonlyData.num++ readonlyData.num++
readonlyData.arr.push('e') readonlyData.arr.push('e')
// #endif
} }
</script> </script>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册