Files
shopxo/sourcecode/weixin/default/pages/common/copyright.wxml

5 lines
131 B
Plaintext
Raw Normal View History

2018-12-29 18:39:25 +08:00
<template name="copyright">
<view class="copyright">
2021-08-14 17:17:45 +08:00
<view class="text">Powered by ShopXO v2.2.1</view>
2018-12-29 18:39:25 +08:00
</view>
</template>