vr-shopxo-source/sourcecode/weixin/pages/lib/online-service/content.wxml

5 lines
356 B
Plaintext
Raw Normal View History

2019-07-03 16:59:07 +00:00
<template name="online_service">
2019-11-26 07:51:26 +00:00
<button open-type="contact" class="common-quick-nav common-online-service" send-message-title="{{title || ''}}" send-message-path="{{path || ''}}" send-message-img="{{img || ''}}" show-message-card="{{card || false}}">
2019-10-19 13:02:30 +00:00
<image src="/pages/lib/online-service/icon.png" class="dis-block"></image>
2019-07-03 16:59:07 +00:00
</button>
</template>