@xm-zx/material 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xm-zx/material",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "企业开户材料提交流程组件,适用于 uni-app Vue3 项目。",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -3,7 +3,7 @@
3
3
  <view class="payVerify-title">小额打款验证</view>
4
4
  <view class="payVerify-desc">平台会向企业提交的银行账户中转入一笔小额资金,收到后请金额将填入下方并提交。</view>
5
5
  <uv-input border="none" fontSize="48rpx" color="#000" type="digit" v-model="amount" :customStyle="inputStyle" />
6
- <view class="payVerify-tip">金额需>0</view>
6
+ <view class="payVerify-tip">金额需大于0</view>
7
7
  <view class="payVerify-btn" @click="submit">提交验证</view>
8
8
  </view>
9
9
  </template>