This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The demo code is as below: | |
<template> | |
<view @click="test.qafetch" data-role="button" > | |
<span class="ui-text ">发 送</span> | |
</view> | |
</template> | |
<script module="test" lang="renderjs"> | |
export default { | |
data() { |