mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
send gradido ist ok und wird angezeigt in der list
This commit is contained in:
parent
a9316e82da
commit
527f5c0f37
@ -110,13 +110,13 @@ services:
|
||||
#########################################################
|
||||
## GRADIDO NODE v1 ######################################
|
||||
#########################################################
|
||||
gradido-node:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile
|
||||
volumes:
|
||||
- ${GN_INSTANCE_FOLDER}:/opt/instance
|
||||
container_name: ${GN_CONTAINER_NAME}
|
||||
# gradido-node:
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile
|
||||
# volumes:
|
||||
# - ${GN_INSTANCE_FOLDER}:/opt/instance
|
||||
# container_name: ${GN_CONTAINER_NAME}
|
||||
|
||||
#########################################################
|
||||
## GRADIDO NODE test ###################################
|
||||
|
||||
@ -75,6 +75,9 @@ export const store = new Vuex.Store({
|
||||
passwordReset: async (data) => {
|
||||
console.log("<<<<<<<<<<< PASSWORT RESET TODO >>>>>>>>>>>", data.email)
|
||||
},
|
||||
schoepfen: async (data) => {
|
||||
// http://localhost/transaction-creations/ajaxCreate
|
||||
},
|
||||
createUser: async ({ commit, dispatch }, data) => {
|
||||
console.log('action: createUser')
|
||||
const result = await loginAPI.create(data.email,data.first_name,data.last_name,data.password)
|
||||
@ -105,9 +108,9 @@ export const store = new Vuex.Store({
|
||||
},
|
||||
ajaxCreate: async ({ dispatch, state }) => {
|
||||
//console.log('action: ajaxCreate')
|
||||
|
||||
axios.post("http://localhost/transaction-creations/ajaxCreate", state.ajaxCreateData).then((result) => {
|
||||
console.log("store ajaxCreate result", result)
|
||||
state.ajaxCreateData.amount = (state.ajaxCreateData.amount)*10000
|
||||
axios.post("http://localhost/transaction-send-coins/ajaxCreate", state.ajaxCreateData).then((result) => {
|
||||
console.log("store ajaxCreate result", result)
|
||||
|
||||
if( result.success ){
|
||||
// TODO
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
>
|
||||
<b-input-group-prepend>
|
||||
|
||||
<img src="img/icons/gradido/qr-scan-pure.png" width="90" @click="scan=true"/>
|
||||
<img src="img/icons/gradido/qr-scan-pure.png" width="80" height="auto" @click="scan=true"/>
|
||||
|
||||
</b-input-group-prepend>
|
||||
<b-form-input
|
||||
@ -60,7 +60,7 @@
|
||||
class="mb-3">
|
||||
<b-input-group-prepend>
|
||||
|
||||
<img src="img/icons/gradido/plus.png" width="90">
|
||||
<img src="img/icons/gradido/plus.png" width="80">
|
||||
|
||||
</b-input-group-prepend>
|
||||
<b-form-input
|
||||
@ -84,7 +84,7 @@
|
||||
<b-input-group>
|
||||
<b-input-group-prepend>
|
||||
|
||||
<b-icon icon="chat-right-text" class="display-1 mp-1"></b-icon>
|
||||
<b-icon icon="chat-right-text" class="display-1"></b-icon>
|
||||
|
||||
</b-input-group-prepend>
|
||||
<b-form-textarea v-model="form.memo"></b-form-textarea>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user